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

Francois Gouget fgouget at free.fr
Sun Apr 13 18:01:21 CDT 2008


---
 dlls/winex11.drv/ime.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winex11.drv/ime.c b/dlls/winex11.drv/ime.c
index a1c229e..7971166 100644
--- a/dlls/winex11.drv/ime.c
+++ b/dlls/winex11.drv/ime.c
@@ -626,7 +626,7 @@ BOOL WINAPI ImeSelect(HIMC hIMC, BOOL fSelect)
 
 BOOL WINAPI ImeSetActiveContext(HIMC hIMC,BOOL fFlag)
 {
-    FIXME("Stub");
+    FIXME("(%p, %x): stub\n");
     return TRUE;
 }
 
-- 
1.5.4.4




More information about the wine-patches mailing list