mshtml: Initialize return value.

This commit is contained in:
André Hentschel 2011-08-22 20:48:33 +02:00 committed by Alexandre Julliard
parent 9d7219dfb9
commit 7205f88883

View file

@ -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);