Francois Gouget : msxml3: Add a '\n' to a Wine trace.
2 Sep
2008
2 Sep
'08
4:33 p.m.
Module: wine Branch: master Commit: 4560ce24d88ab8d9535d3658e9500ab9c037289e URL: http://source.winehq.org/git/wine.git/?a=commit;h=4560ce24d88ab8d9535d3658e9... Author: Francois Gouget <fgouget(a)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; }
6313
Age (days ago)
6313
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard