Skip to content
Snippets Groups Projects
Commit 5d0ae3d1 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard
Browse files

msxml3: Initialize hr (Coverity).

parent f3790542
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment