From 31e38f8d348cf3662071dd29da8b70438af32d6a Mon Sep 17 00:00:00 2001 From: Francois Gouget <fgouget@free.fr> Date: Wed, 19 Aug 2009 09:12:10 +0200 Subject: [PATCH] windowscodecs: Add a trailing '\n' to a FIXME(). --- dlls/windowscodecs/converter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/windowscodecs/converter.c b/dlls/windowscodecs/converter.c index bd06c5adc99..7db56eafd6a 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; -- GitLab