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

Francois Gouget fgouget at free.fr
Mon Apr 20 07:49:15 CDT 2009


---
 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 14cb949..9c1eaa9 100644
--- a/dlls/wineesd.drv/audio.c
+++ b/dlls/wineesd.drv/audio.c
@@ -1190,7 +1190,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;
     }
-- 
1.6.2.1




More information about the wine-patches mailing list