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

Francois Gouget fgouget at free.fr
Thu Dec 9 05:00:43 CST 2010


---
 dlls/comctl32/progress.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/progress.c b/dlls/comctl32/progress.c
index 1144b62..71fba9d 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:
-- 
1.7.2.3




More information about the wine-patches mailing list