msxml3: Initialize hr (Coverity).

This commit is contained in:
Marcus Meissner 2013-03-14 22:11:45 +01:00 committed by Alexandre Julliard
parent f3790542d5
commit 5d0ae3d112
1 changed files with 1 additions and 1 deletions

View File

@ -1243,7 +1243,7 @@ static HRESULT WINAPI domelem_setAttribute(
domelem *This = impl_from_IXMLDOMElement( iface );
xmlChar *xml_name, *xml_value, *local, *prefix;
xmlNodePtr element;
HRESULT hr;
HRESULT hr = S_OK;
TRACE("(%p)->(%s %s)\n", This, debugstr_w(name), debugstr_variant(&value));