Commit 3127501f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 2659ac14
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment