5 Dec
2006
5 Dec
'06
10:51 a.m.
Module: wine Branch: master Commit: 9c297ffed247676a8052324f7e7c8208d27eecd3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9c297ffed247676a8052324f7e... Author: Francois Gouget <fgouget(a)free.fr> Date: Mon Dec 4 19:56:48 2006 +0100 msxml3: Add '\n' to Wine trace. --- dlls/msxml3/domdoc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msxml3/domdoc.c b/dlls/msxml3/domdoc.c index c2fa232..bb7da60 100644 --- a/dlls/msxml3/domdoc.c +++ b/dlls/msxml3/domdoc.c @@ -780,7 +780,7 @@ static HRESULT WINAPI domdoc_createProce 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 }