user32: Don't print the function name twice in a FIXME.

Michael Stefaniuc mstefani at redhat.de
Wed Feb 3 17:21:03 CST 2010


---
Found in the winefixme report database with:
select * from message where text like function || "%";


 dlls/user32/win.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/win.c b/dlls/user32/win.c
index 3953f09..9a19b2a 100644
--- a/dlls/user32/win.c
+++ b/dlls/user32/win.c
@@ -3310,7 +3310,7 @@ BOOL WINAPI GetWindowInfo( HWND hwnd, PWINDOWINFO pwi)
  */
 BOOL WINAPI SwitchDesktop( HDESK hDesktop)
 {
-    FIXME("SwitchDesktop(hwnd %p) stub!\n", hDesktop);
+    FIXME("(hwnd %p) stub!\n", hDesktop);
     return TRUE;
 }
 
-- 
1.6.6.1



More information about the wine-patches mailing list