mshtml: Fix '\n' typo.

Francois Gouget fgouget at free.fr
Tue May 15 07:00:40 CDT 2007


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



More information about the wine-patches mailing list