mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
msxml3: Add a trailing '\n' to a Wine trace.
This commit is contained in:
parent
50b6e12833
commit
39844efc5f
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user