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

Alexandre Julliard julliard at winehq.org
Mon Mar 7 12:22:44 CST 2011


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Mar  5 11:51:49 2011 +0100

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

---

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

diff --git a/dlls/comctl32/rebar.c b/dlls/comctl32/rebar.c
index 4235592..cc3c8a7 100644
--- a/dlls/comctl32/rebar.c
+++ b/dlls/comctl32/rebar.c
@@ -2116,7 +2116,7 @@ REBAR_HandleUDDrag (REBAR_INFO *infoPtr, const POINT *ptsmove)
     REBAR_BAND *hitBand, *rowBeginBand;
 
     if(infoPtr->uNumBands <= 0)
-        ERR("There are no bands in this rebar");
+        ERR("There are no bands in this rebar\n");
 
     /* Up/down dragging can only occur when there is more than one
      * band in the rebar */




More information about the wine-cvs mailing list