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

Francois Gouget fgouget at free.fr
Tue Apr 17 20:27:03 CDT 2018


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;
         }
     }
-- 
2.17.0




More information about the wine-devel mailing list