Francois Gouget : msxml3: Add a trailing '\n' to a TRACE().
Module: wine Branch: master Commit: 3127501f86962d5466c0848af1373e327f9354bc URL: http://source.winehq.org/git/wine.git/?a=commit;h=3127501f86962d5466c0848af1... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Mar 20 15:24:04 2010 +0100 msxml3: Add a trailing '\n' to a TRACE(). --- 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;
participants (1)
-
Alexandre Julliard