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

Alexandre Julliard julliard at winehq.org
Thu Feb 4 11:11:01 CST 2010


Module: wine
Branch: master
Commit: adc6b60f17b4b05ff6aa2c059a8f5acaa4da98f8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=adc6b60f17b4b05ff6aa2c059a8f5acaa4da98f8

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Feb  4 00:21:03 2010 +0100

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

---

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




More information about the wine-cvs mailing list