msxml3: Add a trailing '\n' to a TRACE().
This commit is contained in:
parent
2659ac14f8
commit
3127501f86
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue