msxml3: Add '\n' to Wine trace.

Francois Gouget fgouget at free.fr
Mon Dec 4 12:56:48 CST 2006


---
 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
 }
-- 
1.4.3.3




More information about the wine-patches mailing list