mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[USER32] - Fix a typo
svn path=/trunk/; revision=54200
This commit is contained in:
@@ -205,7 +205,7 @@ GetKeyboardLayoutNameA(LPSTR pwszKLID)
|
||||
if (!GetKeyboardLayoutNameW(buf))
|
||||
return FALSE;
|
||||
|
||||
if (!WideCharToMultiByte(CP_ACP, 0, buf, -1, pwszKLID, KL_NAMELENGTH, NULL, NULL));
|
||||
if (!WideCharToMultiByte(CP_ACP, 0, buf, -1, pwszKLID, KL_NAMELENGTH, NULL, NULL))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user