dsound: Add missing '\n' to Wine trace.
This commit is contained in:
parent
90e9722ecb
commit
2f0ca64dac
|
@ -927,7 +927,7 @@ static void DSOUND_PerformMix(DirectSoundDevice *device)
|
||||||
|
|
||||||
/* buffers are full. start stopping if applicable */
|
/* buffers are full. start stopping if applicable */
|
||||||
if(device->state == STATE_STOPPED){
|
if(device->state == STATE_STOPPED){
|
||||||
TRACE("restarting primary buffer");
|
TRACE("restarting primary buffer\n");
|
||||||
if(DSOUND_PrimaryPlay(device) != DS_OK){
|
if(DSOUND_PrimaryPlay(device) != DS_OK){
|
||||||
WARN("DSOUND_PrimaryPlay failed\n");
|
WARN("DSOUND_PrimaryPlay failed\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue