From af104705977c27698d1d72468e9c6ad18078c2c4 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 5 Mar 2011 11:51:49 +0100 Subject: [PATCH] comctl32: Add a trailing '\n' to an ERR() call. --- dlls/comctl32/rebar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/rebar.c b/dlls/comctl32/rebar.c index 42355923b73..cc3c8a713f8 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 */