http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2659ac1
)
msxml3: Add a trailing '\n' to a TRACE().
author
Francois Gouget
<fgouget@free.fr>
Sat, 20 Mar 2010 14:24:04 +0000
(15:24 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 22 Mar 2010 09:48:33 +0000
(10:48 +0100)
dlls/msxml3/element.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/msxml3/element.c
b/dlls/msxml3/element.c
index b6caf73df1577e0fe185a2a4dc5f2730a4dd6ea8..617c008e288ebc325e82959947680818b701493c 100644
(file)
--- 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;