From 39844efc5f212f4e5d2210f5be9a1ba5979ef8a4 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 26 Feb 2008 11:17:05 +0100 Subject: [PATCH] msxml3: Add a trailing '\n' to a Wine trace. --- dlls/msxml3/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c index 12a53a9fd4b..23734abaac9 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. */ -- 2.11.4.GIT