Francois Gouget : Add missing '\n's in traces.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 6 08:03:32 CST 2007


Module: wine
Branch: master
Commit: 0271a09d4c6ff4896eed65ab0b74d06752eac43f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0271a09d4c6ff4896eed65ab0b74d06752eac43f

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Feb  6 10:16:53 2007 +0100

Add missing '\n's in traces.

---

 dlls/kernel32/tests/sync.c   |    2 +-
 dlls/winealsa.drv/dsoutput.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/kernel32/tests/sync.c b/dlls/kernel32/tests/sync.c
index 19c9067..6031fc5 100644
--- a/dlls/kernel32/tests/sync.c
+++ b/dlls/kernel32/tests/sync.c
@@ -191,7 +191,7 @@ static void test_slist(void)
     memset(&slist_header, 0xFF, sizeof(slist_header));
     pInitializeSListHead(&slist_header);
     ok(memcmp(&test_header, &slist_header, sizeof(SLIST_HEADER)) == 0,
-        "InitializeSListHead didn't zero-fill list header");
+        "InitializeSListHead didn't zero-fill list header\n");
     size = pQueryDepthSList(&slist_header);
     ok(size == 0, "initially created slist has size %d, expected 0\n", size);
 
diff --git a/dlls/winealsa.drv/dsoutput.c b/dlls/winealsa.drv/dsoutput.c
index f104ff9..1b7e9b1 100644
--- a/dlls/winealsa.drv/dsoutput.c
+++ b/dlls/winealsa.drv/dsoutput.c
@@ -231,7 +231,7 @@ static DWORD CALLBACK DBSB_MMAPLoop(LPVO
             SetEvent(hEvent);
             goto out;
         default:
-            ERR("Unhandled event %s", ALSA_getCmdString(msg));
+            ERR("Unhandled event %s\n", ALSA_getCmdString(msg));
             break;
         }
         if (hEvent != INVALID_HANDLE_VALUE)




More information about the wine-cvs mailing list