user.exe16: Fix a compiler warning on clang.
This commit is contained in:
parent
920f451c9e
commit
0f05f90aa2
|
@ -62,7 +62,7 @@ DWORD WINAPI ChangeKeyboardCodePage16( UINT16 iLangLeft, UINT16 iLangRight )
|
||||||
* RETURNS
|
* RETURNS
|
||||||
* The old keyboard layout pair.
|
* The old keyboard layout pair.
|
||||||
*/
|
*/
|
||||||
DWORD WINAPI ChangeKeyboardLanguage16( UINT16 iLangLeft, UINT iLangRight )
|
DWORD WINAPI ChangeKeyboardLanguage16( UINT16 iLangLeft, UINT16 iLangRight )
|
||||||
{
|
{
|
||||||
FIXME( "( %hu, %hu ): stub\n", iLangLeft, iLangRight );
|
FIXME( "( %hu, %hu ): stub\n", iLangLeft, iLangRight );
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue