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

Francois Gouget fgouget at free.fr
Wed Aug 10 07:11:00 CDT 2005



Changelog:

  * dlls/kernel/tests/comm.c

    Francois Gouget <fgouget at free.fr>
    Add trailing '\n's to trace() call.

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
       Any sufficiently advanced bug is indistinguishable from a feature.
                             -- from some indian guy
-------------- next part --------------
Index: dlls/kernel/tests/comm.c
===================================================================
RCS file: /var/cvs/wine/dlls/kernel/tests/comm.c,v
retrieving revision 1.7
diff -u -p -r1.7 comm.c
--- dlls/kernel/tests/comm.c	3 Aug 2005 15:43:46 -0000	1.7
+++ dlls/kernel/tests/comm.c	3 Aug 2005 18:40:50 -0000
@@ -742,7 +742,7 @@ static void test_waittxempty(HANDLE hcom
     BOOL res_write, res;
     DWORD baud = SLOWBAUD;
 
-    trace("test_waittxempty");
+    trace("test_waittxempty\n");
     /* set a low baud rate to have ample time*/
     ok(GetCommState(hcom, &dcb), "GetCommState failed\n");
     dcb.BaudRate = baud;


More information about the wine-patches mailing list