Commit e664c293 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 4b2fd6ee
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment