msxml3: Add '\n' to Wine trace.

This commit is contained in:
Francois Gouget 2006-12-04 19:56:48 +01:00 committed by Alexandre Julliard
parent ff3fbfff57
commit 9c297ffed2
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ static HRESULT WINAPI domdoc_createProcessingInstruction(
return S_OK;
#else
FIXME("Libxml 2.6.15 or greater required.");
FIXME("Libxml 2.6.15 or greater required.\n");
return E_NOTIMPL;
#endif
}