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

Alexandre Julliard julliard at winehq.org
Thu Dec 9 12:26:24 CST 2010


Module: wine
Branch: master
Commit: 320d8d2a52021cbf559a1ea1ecd345559ea35d20
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=320d8d2a52021cbf559a1ea1ecd345559ea35d20

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Dec  9 12:00:43 2010 +0100

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

---

 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:




More information about the wine-cvs mailing list