comctl32/tests: Add a trailing '\n' to an ok() call.

This commit is contained in:
Francois Gouget 2010-12-03 15:00:42 +01:00 committed by Alexandre Julliard
parent 5f49129e03
commit 1465b4d211
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ static int resize_numtests = 0;
check_rect("client", r, res->rc); \
} \
value = (int)SendMessage(hRebar, RB_GETROWCOUNT, 0, 0); \
ok(res->iNumRows == value, "RB_GETROWCOUNT expected %d got %d", res->iNumRows, value); \
ok(res->iNumRows == value, "RB_GETROWCOUNT expected %d got %d\n", res->iNumRows, value); \
if (res->heightNotify) { \
RECT rcClient; \
GetClientRect(hRebar, &rcClient); \