Module: wine Branch: master Commit: 8e18524ad365d7c80bc383b605f0e0b0ef4e2df4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8e18524ad365d7c80bc383b605...
Author: Francois Gouget fgouget@free.fr Date: Mon Apr 20 14:49:15 2009 +0200
wineesd.drv: Add a trailing '\n' to a WARN() trace.
---
dlls/wineesd.drv/audio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/wineesd.drv/audio.c b/dlls/wineesd.drv/audio.c index 9fde808..02446e3 100644 --- a/dlls/wineesd.drv/audio.c +++ b/dlls/wineesd.drv/audio.c @@ -1192,7 +1192,7 @@ static DWORD wodOpen(WORD wDevID, LPWAVEOPENDESC lpDesc, DWORD dwFlags) } else { - WARN("esd_open_sound() failed"); + WARN("esd_open_sound() failed\n"); /* just do a rough guess at the latency and continue anyway */ wwo->dwLatency = 1000 * (2 * ESD_BUF_SIZE) / out_rate; }