mshtml: Fix '\n' typo.

This commit is contained in:
Francois Gouget 2007-05-15 14:00:40 +02:00 committed by Alexandre Julliard
parent c7d5cfe98c
commit 51b81a60a0

View File

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