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

Andrew Eikum aeikum at codeweavers.com
Mon Mar 18 09:37:41 CDT 2019


Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>

On Sat, Mar 16, 2019 at 11:50:19PM +0100, Francois Gouget wrote:
> 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