diff --git a/dlls/windowscodecs/converter.c b/dlls/windowscodecs/converter.c
index bd06c5adc99eea9fe929fa10f37f16e91c3aea74..7db56eafd6a78fc487c406abecad5f39aa7e015e 100644
--- a/dlls/windowscodecs/converter.c
+++ b/dlls/windowscodecs/converter.c
@@ -567,7 +567,7 @@ static HRESULT WINAPI FormatConverter_Initialize(IWICFormatConverter *iface,
     TRACE("(%p,%p,%s,%u,%p,%0.1f,%u)\n", iface, pISource, debugstr_guid(dstFormat),
         dither, pIPalette, alphaThresholdPercent, paletteTranslate);
 
-    if (pIPalette && !fixme++) FIXME("ignoring palette");
+    if (pIPalette && !fixme++) FIXME("ignoring palette\n");
 
     if (This->source) return WINCODEC_ERR_WRONGSTATE;