Commit 320d8d2a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 973821c7
......@@ -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:
......
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