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

This commit is contained in:
Francois Gouget 2014-08-19 00:26:22 +02:00 committed by Alexandre Julliard
parent c1d592876a
commit 0f3728a692
1 changed files with 1 additions and 1 deletions

View File

@ -1054,7 +1054,7 @@ static HRESULT WINAPI IShellItemArray_fnGetAttributes(IShellItemArray *iface,
TRACE("%p (%x, %x, %p)\n", This, AttribFlags, sfgaoMask, psfgaoAttribs);
if(AttribFlags & ~(SIATTRIBFLAGS_AND|SIATTRIBFLAGS_OR))
FIXME("%08x contains unsupported attribution flags", AttribFlags);
FIXME("%08x contains unsupported attribution flags\n", AttribFlags);
for(i = 0; i < This->item_count; i++)
{