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

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

parent c5023aea
......@@ -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;
}
}
......
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