Commit 4560ce24 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 25346b84
...@@ -1475,7 +1475,7 @@ static HRESULT WINAPI domdoc_save( ...@@ -1475,7 +1475,7 @@ static HRESULT WINAPI domdoc_save(
IXMLDOMDocument_Release(pDocument); IXMLDOMDocument_Release(pDocument);
} }
TRACE("ret %d", ret); TRACE("ret %d\n", ret);
return ret; return ret;
} }
......
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