mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 10:13:01 +00:00
mshtml: Fix '\n' typo.
This commit is contained in:
parent
c7d5cfe98c
commit
51b81a60a0
@ -1733,7 +1733,7 @@ static nsresult NSAPI nsProtocolHandler_QueryInterface(nsIProtocolHandler *iface
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
WARN("(%s %p)\nn", debugstr_guid(riid), result);
|
||||
WARN("(%s %p)\n", debugstr_guid(riid), result);
|
||||
return NS_NOINTERFACE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user