Commit aa096fb4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32: Fix a trailing '\n' in a FIXME() call.

parent 861f02b5
......@@ -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;
......
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