mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 05:14:25 +00:00
shell32: Fix a trailing '\n' in a FIXME() call.
This commit is contained in:
parent
861f02b5d1
commit
aa096fb456
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user