Francois Gouget : shell32: Fix a trailing '\n' in a FIXME() call.
Module: wine Branch: master Commit: aa096fb456a79d12711c24faf2aab3f379fa168a URL: http://source.winehq.org/git/wine.git/?a=commit;h=aa096fb456a79d12711c24faf2... Author: Francois Gouget <fgouget(a)free.fr> Date: Mon Jan 5 19:26:24 2015 +0100 shell32: Fix a trailing '\n' in a FIXME() call. --- dlls/shell32/assoc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/assoc.c b/dlls/shell32/assoc.c index 39e210d..f3c8e65 100644 --- a/dlls/shell32/assoc.c +++ b/dlls/shell32/assoc.c @@ -1041,7 +1041,7 @@ HRESULT WINAPI SHAssocEnumHandlers(const WCHAR *extra, ASSOC_FILTER filter, IEnu { struct enumassochandlers *enumassoc; - FIXME("(%s %d %p\n): stub", debugstr_w(extra), filter, enumhandlers); + FIXME("(%s %d %p): stub\n", debugstr_w(extra), filter, enumhandlers); *enumhandlers = NULL;
participants (1)
-
Alexandre Julliard