From 320d8d2a52021cbf559a1ea1ecd345559ea35d20 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 9 Dec 2010 12:00:43 +0100 Subject: [PATCH] comctl32: Add a trailing '\n' to a FIXME() call. --- dlls/comctl32/progress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/progress.c b/dlls/comctl32/progress.c index 1144b620b33..71fba9d4c05 100644 --- a/dlls/comctl32/progress.c +++ b/dlls/comctl32/progress.c @@ -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: -- 2.11.4.GIT