user.exe16: Fix a compiler warning on clang.

This commit is contained in:
Austin English 2010-09-20 03:52:27 -05:00 committed by Alexandre Julliard
parent 920f451c9e
commit 0f05f90aa2
1 changed files with 1 additions and 1 deletions

View File

@ -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;