winex11: Standardize a stub trace and add a trailing '\n'.

This commit is contained in:
Francois Gouget 2008-05-06 19:58:59 +02:00 committed by Alexandre Julliard
parent deee97d9ea
commit 8824bc1ea4
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ BOOL WINAPI ImeSelect(HIMC hIMC, BOOL fSelect)
BOOL WINAPI ImeSetActiveContext(HIMC hIMC,BOOL fFlag)
{
FIXME("Stub");
FIXME("(%p, %x): stub\n", hIMC, fFlag);
return TRUE;
}