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

Alexandre Julliard julliard at winehq.org
Wed Aug 19 11:31:24 CDT 2009


Module: wine
Branch: master
Commit: 31e38f8d348cf3662071dd29da8b70438af32d6a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=31e38f8d348cf3662071dd29da8b70438af32d6a

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Aug 19 09:12:10 2009 +0200

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

---

 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;
 




More information about the wine-cvs mailing list