Francois Gouget : msxml3: Add '\n' to Wine trace.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Dec 5 04:51:02 CST 2006


Module: wine
Branch: master
Commit: 9c297ffed247676a8052324f7e7c8208d27eecd3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9c297ffed247676a8052324f7e7c8208d27eecd3

Author: Francois Gouget <fgouget at 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
 }




More information about the wine-cvs mailing list