Commit 51b81a60 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mshtml: Fix '\n' typo.

parent c7d5cfe9
......@@ -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;
}
......
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