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

This commit is contained in:
Francois Gouget 2008-09-01 17:01:47 +02:00 committed by Alexandre Julliard
parent 25346b8437
commit 4560ce24d8
1 changed files with 1 additions and 1 deletions

View File

@ -1475,7 +1475,7 @@ static HRESULT WINAPI domdoc_save(
IXMLDOMDocument_Release(pDocument);
}
TRACE("ret %d", ret);
TRACE("ret %d\n", ret);
return ret;
}