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

Francois Gouget fgouget at free.fr
Sat Mar 20 09:24:04 CDT 2010


---
 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;
-- 
1.6.5




More information about the wine-patches mailing list