Commit 0f05f90a authored by Austin English's avatar Austin English Committed by Alexandre Julliard

user.exe16: Fix a compiler warning on clang.

parent 920f451c
...@@ -62,7 +62,7 @@ DWORD WINAPI ChangeKeyboardCodePage16( UINT16 iLangLeft, UINT16 iLangRight ) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment