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

Alexandre Julliard julliard at wine.codeweavers.com
Tue Aug 19 16:00:07 CDT 2014


Module: wine
Branch: master
Commit: 0f3728a692c63131617d939ec25b49b66ab8c588
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0f3728a692c63131617d939ec25b49b66ab8c588

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Aug 19 00:26:22 2014 +0200

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

---

 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++)
     {




More information about the wine-cvs mailing list