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

oldstable
Francois Gouget 2007-06-26 10:38:04 +02:00 committed by Alexandre Julliard
parent 90e9722ecb
commit 2f0ca64dac
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}