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

Francois Gouget fgouget at free.fr
Wed Aug 19 02:12:10 CDT 2009


---
 dlls/windowscodecs/converter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/windowscodecs/converter.c b/dlls/windowscodecs/converter.c
index bd06c5a..7db56ea 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;
 
-- 
1.6.3.3




More information about the wine-patches mailing list