Commit f10c1607 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msxml3: Add a trailing '\n' to an ERR() call.

parent 036909e8
......@@ -2637,7 +2637,7 @@ static HRESULT WINAPI domdoc_validateNode(
if (!is_wellformed(get_doc(This)))
{
ERR("doc not well-formed");
ERR("doc not well-formed\n");
if (err)
*err = create_parseError(E_XML_NOTWF, NULL, NULL, NULL, 0, 0, 0);
return S_FALSE;
......
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