Francois Gouget : shell32: Add a trailing '\n' to a FIXME().
Module: wine Branch: master Commit: 0f3728a692c63131617d939ec25b49b66ab8c588 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0f3728a692c63131617d939ec2... Author: Francois Gouget <fgouget(a)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++) {
participants (1)
-
Alexandre Julliard