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

This commit is contained in:
Francois Gouget 2015-01-05 19:26:24 +01:00 committed by Alexandre Julliard
parent 861f02b5d1
commit aa096fb456
1 changed files with 1 additions and 1 deletions

View File

@ -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;