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

Francois Gouget fgouget at free.fr
Sat Mar 16 17:50:19 CDT 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 3ccb3f190b0..9788cb38e86 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;
 }
 
-- 
2.20.1




More information about the wine-devel mailing list