Commit 7205f888 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

mshtml: Initialize return value.

parent 9d7219df
......@@ -45,7 +45,7 @@ static HRESULT navigate_anchor(HTMLAnchorElement *This)
{
nsAString href_str, target_str;
nsresult nsres;
HRESULT hres;
HRESULT hres = E_FAIL;
nsAString_Init(&target_str, NULL);
nsres = nsIDOMHTMLAnchorElement_GetTarget(This->nsanchor, &target_str);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment