comctl32: Add a trailing '\n' to a FIXME() call.
This commit is contained in:
parent
973821c775
commit
320d8d2a52
|
@ -707,7 +707,7 @@ static LRESULT WINAPI ProgressWindowProc(HWND hwnd, UINT message,
|
|||
|
||||
case PBM_SETSTATE:
|
||||
if(wParam != PBST_NORMAL)
|
||||
FIXME("state %04lx not yet handled", wParam);
|
||||
FIXME("state %04lx not yet handled\n", wParam);
|
||||
return PBST_NORMAL;
|
||||
|
||||
case PBM_GETSTATE:
|
||||
|
|
Loading…
Reference in New Issue