https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6970b545af3658effef9201def2df8e0333665cb

commit 6970b545af3658effef9201def2df8e0333665cb
Author:     Katayama Hirofumi MZ <[email protected]>
AuthorDate: Sun Aug 28 16:20:40 2022 +0900
Commit:     Katayama Hirofumi MZ <[email protected]>
CommitDate: Sun Aug 28 16:20:40 2022 +0900

    [USER32] Follow-up of "Follow-up of 2ba41ad"
    
    You are careless. Do test.
    CORE-18338
---
 win32ss/user/user32/windows/input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/win32ss/user/user32/windows/input.c 
b/win32ss/user/user32/windows/input.c
index 64fa97deffd..1dfa587602e 100644
--- a/win32ss/user/user32/windows/input.c
+++ b/win32ss/user/user32/windows/input.c
@@ -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);
             }

Reply via email to