Francois Gouget : wineesd.drv: Add a trailing '\n' to a WARN() trace.

Alexandre Julliard julliard at winehq.org
Mon Apr 20 11:33:08 CDT 2009


Module: wine
Branch: master
Commit: 8e18524ad365d7c80bc383b605f0e0b0ef4e2df4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8e18524ad365d7c80bc383b605f0e0b0ef4e2df4

Author: Francois Gouget <fgouget at 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;
     }




More information about the wine-cvs mailing list