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

Francois Gouget fgouget at free.fr
Mon Aug 18 17:26:22 CDT 2014


---
 dlls/shell32/shellitem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/shellitem.c b/dlls/shell32/shellitem.c
index 3c2bd50..b5d70dc 100644
--- a/dlls/shell32/shellitem.c
+++ b/dlls/shell32/shellitem.c
@@ -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++)
     {
-- 
2.1.0.rc1




More information about the wine-patches mailing list