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

Francois Gouget fgouget at free.fr
Fri Dec 3 08:00:42 CST 2010


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

diff --git a/dlls/comctl32/tests/rebar.c b/dlls/comctl32/tests/rebar.c
index 01579a7..1856502 100644
--- a/dlls/comctl32/tests/rebar.c
+++ b/dlls/comctl32/tests/rebar.c
@@ -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); \
-- 
1.7.2.3




More information about the wine-patches mailing list