comctl32: Add a trailing '\n' to a FIXME() call.

This commit is contained in:
Francois Gouget 2010-12-09 12:00:43 +01:00 committed by Alexandre Julliard
parent 973821c775
commit 320d8d2a52
1 changed files with 1 additions and 1 deletions

View File

@ -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: