projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Sync to trunk (r44371)
[reactos.git]
/
reactos
/
dll
/
win32
/
mshtml
/
dispex.c
diff --git
a/reactos/dll/win32/mshtml/dispex.c
b/reactos/dll/win32/mshtml/dispex.c
index
980b13b
..
6c06b9e
100644
(file)
--- a/
reactos/dll/win32/mshtml/dispex.c
+++ b/
reactos/dll/win32/mshtml/dispex.c
@@
-813,7
+813,7
@@
static HRESULT WINAPI DispatchEx_InvokeEx(IDispatchEx *iface, DISPID id, LCID lc
if(This->data->vtbl && This->data->vtbl->value) {
return This->data->vtbl->value(This->outer, lcid, wFlags, pdp,
pvarRes, pei, pspCaller);
-
}
+ }
FIXME("DISPATCH_CONSTRUCT flag but missing value function\n");
return E_FAIL;
}