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

This commit is contained in:
Michael Stefaniuc 2010-02-04 00:21:03 +01:00 committed by Alexandre Julliard
parent 816a254276
commit adc6b60f17
1 changed files with 1 additions and 1 deletions

View File

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