[PATCH] dmime: Add a trailing '\n' to a FIXME().

Michael Stefaniuc mstefani at winehq.org
Wed Apr 18 15:56:46 CDT 2018


Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

On 04/18/2018 03:27 AM, Francois Gouget wrote:
> Signed-off-by: Francois Gouget <fgouget at free.fr>
> ---
>  dlls/dmime/segment.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dlls/dmime/segment.c b/dlls/dmime/segment.c
> index cbc2b3cf0af..77c94f173d7 100644
> --- a/dlls/dmime/segment.c
> +++ b/dlls/dmime/segment.c
> @@ -924,7 +924,7 @@ static HRESULT parse_segment_form(IDirectMusicSegment8Impl *This, IStream *strea
>                          return hr;
>                  break;
>              case FOURCC_RIFF:
> -                FIXME("Loading of embedded RIFF form %s", debugstr_fourcc(chunk.type));
> +                FIXME("Loading of embedded RIFF form %s\n", debugstr_fourcc(chunk.type));
>                  break;
>          }
>      }
> 




More information about the wine-devel mailing list