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

This commit is contained in:
Francois Gouget 2009-08-19 09:12:10 +02:00 committed by Alexandre Julliard
parent 2bbd5ed9c9
commit 31e38f8d34
1 changed files with 1 additions and 1 deletions

View File

@ -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;