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

Alexandre Julliard julliard at winehq.org
Tue Sep 2 08:33:21 CDT 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Sep  1 17:01:47 2008 +0200

msxml3: Add a '\n' to a 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 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;
     }




More information about the wine-cvs mailing list