Add trailing '\n's to trace() call

Francois Gouget fgouget at free.fr
Mon Jan 26 17:39:36 CST 2004


Changelog:

 * dlls/comctl32/tests/tab.c

   Add missing '\n's to trace() call.


Index: dlls/comctl32/tests/tab.c
===================================================================
RCS file: /home/cvs/wine/dlls/comctl32/tests/tab.c,v
retrieving revision 1.3
diff -u -r1.3 tab.c
--- dlls/comctl32/tests/tab.c	19 Jan 2004 21:43:43 -0000	1.3
+++ dlls/comctl32/tests/tab.c	24 Jan 2004 20:03:36 -0000
@@ -83,7 +83,7 @@
     r1.left=r1.top=r1.right=r1.bottom=0;
     SendMessage (hwnd, TCM_GETITEMRECT, 0, (LPARAM) &rTab);
     SendMessage (hwnd, TCM_ADJUSTRECT, FALSE, (LPARAM) &r1);
-    /* trace ("Got (%ld,%ld)-(%ld,%ld)", rTab.left, rTab.top, rTab.right, rTab.bottom); */
+    /* trace ("Got (%ld,%ld)-(%ld,%ld)\n", rTab.left, rTab.top, rTab.right, rTab.bottom); */
     trace (" (%ld,%ld)-(%ld,%ld)\n", r1.left, r1.top, r1.right, r1.bottom);
     if ((width  >= 0) && (height < 0))
 	ok (width  == rTab.right  - rTab.left, "Expected [%d] got [%ld]\n",  width,  rTab.right  - rTab.left);



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                          La terre est une b\xEAta...



More information about the wine-patches mailing list