windowscodecs: Add a trailing '\n' to a FIXME().
This commit is contained in:
parent
2bbd5ed9c9
commit
31e38f8d34
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue