mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:13:56 +00:00
mshtml: Initialize return value.
This commit is contained in:
parent
9d7219dfb9
commit
7205f88883
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue