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

This commit is contained in:
Francois Gouget 2011-03-05 11:51:49 +01:00 committed by Alexandre Julliard
parent b7b916b05f
commit af10470597
1 changed files with 1 additions and 1 deletions

View File

@ -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 */