Module: wine Branch: master Commit: 2f0ca64dac33888e37b9d4f11915550099dc9cc8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2f0ca64dac33888e37b9d4f119...
Author: Francois Gouget fgouget@free.fr Date: Tue Jun 26 10:38:04 2007 +0200
dsound: Add missing '\n' to Wine trace.
---
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"); }