shell32: Add a trailing '\n' to a FIXME().
This commit is contained in:
parent
c1d592876a
commit
0f3728a692
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue