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

This commit is contained in:
Francois Gouget 2008-02-26 11:17:05 +01:00 committed by Alexandre Julliard
parent 50b6e12833
commit 39844efc5f
1 changed files with 1 additions and 1 deletions

View File

@ -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. */