mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
mshtml: Removed typo from HTMLDOMChildrenCollection_invoke function.
This commit is contained in:
parent
48e2f9426c
commit
9b26776fda
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ static HRESULT HTMLDOMChildrenCollection_invoke(DispatchEx *dispex, DISPID id, L
|
|||
|
||||
hres = IHTMLDOMChildrenCollection_item(&This->IHTMLDOMChildrenCollection_iface,
|
||||
id - DISPID_CHILDCOL_0, &disp);
|
||||
if(0&&FAILED(hres))
|
||||
if(FAILED(hres))
|
||||
return hres;
|
||||
|
||||
V_VT(res) = VT_DISPATCH;
|
||||
|
|
Loading…
Reference in a new issue