msxml3: Add a trailing '\n' to a TRACE().
authorFrancois Gouget <fgouget@free.fr>
Sat, 20 Mar 2010 14:24:04 +0000 (15:24 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 22 Mar 2010 09:48:33 +0000 (10:48 +0100)
dlls/msxml3/element.c

index b6caf73df1577e0fe185a2a4dc5f2730a4dd6ea8..617c008e288ebc325e82959947680818b701493c 100644 (file)
@@ -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;