fixed a few line to remove compile-time warnings

This commit is contained in:
2012-02-12 13:31:27 +00:00
parent a2346f6e4b
commit 35ac9924ac
6 changed files with 19 additions and 5 deletions

View File

@ -500,7 +500,7 @@ static int insert_sys_wcs (qse_env_t* env, const qse_wchar_t* name)
#endif
}
static insert_sys_mbs (qse_env_t* env, const qse_mchar_t* name)
static int insert_sys_mbs (qse_env_t* env, const qse_mchar_t* name)
{
#if defined(QSE_ENV_CHAR_IS_WCHAR)
/* convert mchar to wchar */