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

oldstable
Francois Gouget 2010-03-20 15:24:04 +01:00 committed by Alexandre Julliard
parent 2659ac14f8
commit 3127501f86
1 changed files with 1 additions and 1 deletions

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