Francois Gouget : xaudio2_7: Add a trailing '\n' to an ERR() message.

Alexandre Julliard julliard at winehq.org
Mon Mar 18 16:20:15 CDT 2019


Module: wine
Branch: master
Commit: e664c29351b63888a4e6f7192dad999bf85270fe
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e664c29351b63888a4e6f7192dad999bf85270fe

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Mar 16 23:50:19 2019 +0100

xaudio2_7: Add a trailing '\n' to an ERR() message.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/xaudio2_7/xapo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/xaudio2_7/xapo.c b/dlls/xaudio2_7/xapo.c
index 3ccb3f1..9788cb3 100644
--- a/dlls/xaudio2_7/xapo.c
+++ b/dlls/xaudio2_7/xapo.c
@@ -337,7 +337,7 @@ static inline HRESULT get_fapo_from_clsid(REFCLSID clsid, FAPO **fapo)
             XAudio_Internal_Realloc
         );
 #endif
-    ERR("Invalid XAPO CLSID!");
+    ERR("Invalid XAPO CLSID!\n");
     return E_INVALIDARG;
 }
 




More information about the wine-cvs mailing list