msxml3: Add a trailing '\n' to a Wine trace.

Francois Gouget fgouget at free.fr
Tue Feb 26 04:17:05 CST 2008


---
 dlls/msxml3/node.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c
index 12a53a9..23734ab 100644
--- a/dlls/msxml3/node.c
+++ b/dlls/msxml3/node.c
@@ -288,7 +288,7 @@ static HRESULT WINAPI xmlnode_put_nodeValue(
     HRESULT hr = S_FALSE;
     xmlChar *str = NULL;
 
-    TRACE("%p type(%d)", This, This->node->type);
+    TRACE("%p type(%d)\n", This, This->node->type);
 
     /* Document, Document Fragment, Document Type, Element,
         Entity, Entity Reference, Notation arent supported. */
-- 
1.5.4.1




More information about the wine-patches mailing list