[USER32] Follow-up of "Follow-up of 2ba41ad"

You are careless. Do test.
CORE-18338
This commit is contained in:
Katayama Hirofumi MZ 2022-08-28 16:20:40 +09:00
parent 8edc22a2ca
commit 6970b545af

View file

@ -711,7 +711,7 @@ IntLoadKeyboardLayout(
if (RegQueryValueExW(hKey, L"IME File", NULL, &dwType, (LPBYTE)szImeFileName,
&dwSize) != ERROR_SUCCESS)
{
FIXME("Check IME file existence in system32\n")
FIXME("Check IME file existence in system32\n");
bIsIME = FALSE;
dwhkl = LOWORD(dwhkl);
}