Piotr Caban (@piotr) commented about dlls/msvcrt/mbcs.c:
}
/*********************************************************************
_mbsicmp(MSVCRT.@)
*/
_mbsicmp_l(MSVCRT.@)
-int CDECL _mbsicmp(const unsigned char* str, const unsigned char* cmp) +int CDECL _mbsicmp_l(const unsigned char* str, const unsigned char* cmp, _locale_t locale) {
- if(get_mbcinfo()->ismbcodepage)
- pthreadmbcinfo mbcinfo;
- if (!MSVCRT_CHECK_PMT(str && cmp))
Please remove space between `if (` to match with style of the rest of the function.