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

Alexandre Julliard julliard at winehq.org
Thu Apr 19 16:54:19 CDT 2018


Module: wine
Branch: master
Commit: d5784736aa4e5c27113e81f61c49b66b4f42f518
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d5784736aa4e5c27113e81f61c49b66b4f42f518

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Apr 18 03:27:03 2018 +0200

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 cbc2b3c..77c94f1 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-cvs mailing list