Francois Gouget : mshtml: Fix '\n' typo.
Module: wine Branch: master Commit: 51b81a60a0c294ac5b31b75b338641ea0dd39b86 URL: http://source.winehq.org/git/wine.git/?a=commit;h=51b81a60a0c294ac5b31b75b33... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue May 15 14:00:40 2007 +0200 mshtml: Fix '\n' typo. --- dlls/mshtml/nsio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/mshtml/nsio.c b/dlls/mshtml/nsio.c index e7cf487..a47bb1d 100644 --- a/dlls/mshtml/nsio.c +++ b/dlls/mshtml/nsio.c @@ -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; }
participants (1)
-
Alexandre Julliard