Commit adc6b60f authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent 816a2542
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment