Module: wine Branch: master Commit: 39844efc5f212f4e5d2210f5be9a1ba5979ef8a4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=39844efc5f212f4e5d2210f5be... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Feb 26 11:17:05 2008 +0100 msxml3: Add a trailing '\n' to a Wine trace. --- 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. */