dsound: Add missing '\n' to Wine trace.

Francois Gouget fgouget at free.fr
Tue Jun 26 03:38:04 CDT 2007


---
 dlls/dsound/mixer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/dsound/mixer.c b/dlls/dsound/mixer.c
index 1346dca..98dfe52 100644
--- a/dlls/dsound/mixer.c
+++ b/dlls/dsound/mixer.c
@@ -927,7 +927,7 @@ static void DSOUND_PerformMix(DirectSoundDevice *device)
 
 			/* buffers are full. start stopping if applicable */
 			if(device->state == STATE_STOPPED){
-				TRACE("restarting primary buffer");
+				TRACE("restarting primary buffer\n");
 				if(DSOUND_PrimaryPlay(device) != DS_OK){
 					WARN("DSOUND_PrimaryPlay failed\n");
 				}
-- 
1.4.4.4



More information about the wine-patches mailing list