Author: rharabien Date: Wed Oct 19 16:37:34 2011 New Revision: 54200
URL: http://svn.reactos.org/svn/reactos?rev=54200&view=rev Log: [USER32] - Fix a typo
Modified: trunk/reactos/dll/win32/user32/windows/input.c
Modified: trunk/reactos/dll/win32/user32/windows/input.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/windows/in... ============================================================================== --- trunk/reactos/dll/win32/user32/windows/input.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/user32/windows/input.c [iso-8859-1] Wed Oct 19 16:37:34 2011 @@ -205,7 +205,7 @@ 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;