Francois Gouget : msxml3: Add a trailing '\n' to a TRACE().

Alexandre Julliard julliard at winehq.org
Mon Mar 22 11:12:00 CDT 2010


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Mar 20 15:24:04 2010 +0100

msxml3: Add a trailing '\n' to a TRACE().

---

 dlls/msxml3/element.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msxml3/element.c b/dlls/msxml3/element.c
index b6caf73..617c008 100644
--- a/dlls/msxml3/element.c
+++ b/dlls/msxml3/element.c
@@ -594,7 +594,7 @@ static HRESULT WINAPI domelem_removeAttribute(
     IXMLDOMNamedNodeMap *attr;
     HRESULT hr;
 
-    TRACE("(%p)->(%s)", This, debugstr_w(p));
+    TRACE("(%p)->(%s)\n", This, debugstr_w(p));
 
     hr = IXMLDOMElement_get_attributes(iface, &attr);
     if (hr != S_OK) return hr;




More information about the wine-cvs mailing list