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

Francois Gouget fgouget at free.fr
Mon Sep 1 10:01:47 CDT 2008


---
 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 61f01f1..062ce7a 100644
--- a/dlls/msxml3/domdoc.c
+++ b/dlls/msxml3/domdoc.c
@@ -1475,7 +1475,7 @@ static HRESULT WINAPI domdoc_save(
             IXMLDOMDocument_Release(pDocument);
         }
 
-        TRACE("ret %d", ret);
+        TRACE("ret %d\n", ret);
 
         return ret;
     }
-- 
1.5.6.3




More information about the wine-patches mailing list