Commit 39844efc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 50b6e128
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment