user32: Don't print the function name twice in a FIXME.
This commit is contained in:
parent
816a254276
commit
adc6b60f17
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue