From 2f0ca64dac33888e37b9d4f11915550099dc9cc8 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 26 Jun 2007 10:38:04 +0200 Subject: [PATCH] dsound: Add missing '\n' to Wine trace. --- dlls/dsound/mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dsound/mixer.c b/dlls/dsound/mixer.c index 1346dcaa65f..98dfe52f511 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"); }