Commit 0f3728a6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent c1d59287
......@@ -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++)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment