Commit 2f0ca64d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 90e9722e
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment