From: Reinhold Gschweicher pyro4hell+winehq@gmail.com
--- dlls/msxml3/element.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dlls/msxml3/element.c b/dlls/msxml3/element.c index c311e327212..c6c33296299 100644 --- a/dlls/msxml3/element.c +++ b/dlls/msxml3/element.c @@ -1503,8 +1503,7 @@ static HRESULT WINAPI domelem_removeAttributeNode( return E_INVALIDARG; }
- if (attributeNode) - { + if (attributeNode) { xmlUnlinkNode(attr_node->node ); xmldoc_add_orphan(attr_node->node->doc, attr_node->node); *attributeNode = (IXMLDOMAttribute*)create_node(attr_node->node);