mshtml: Removed typo from HTMLDOMChildrenCollection_invoke function.
This commit is contained in:
parent
48e2f9426c
commit
9b26776fda
|
@ -241,7 +241,7 @@ static HRESULT HTMLDOMChildrenCollection_invoke(DispatchEx *dispex, DISPID id, L
|
||||||
|
|
||||||
hres = IHTMLDOMChildrenCollection_item(&This->IHTMLDOMChildrenCollection_iface,
|
hres = IHTMLDOMChildrenCollection_item(&This->IHTMLDOMChildrenCollection_iface,
|
||||||
id - DISPID_CHILDCOL_0, &disp);
|
id - DISPID_CHILDCOL_0, &disp);
|
||||||
if(0&&FAILED(hres))
|
if(FAILED(hres))
|
||||||
return hres;
|
return hres;
|
||||||
|
|
||||||
V_VT(res) = VT_DISPATCH;
|
V_VT(res) = VT_DISPATCH;
|
||||||
|
|
Loading…
Reference in New Issue