Sync to trunk (r44371)
[reactos.git] / reactos / dll / win32 / mshtml / dispex.c
index 980b13b..6c06b9e 100644 (file)
@@ -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);
             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;
         }
             FIXME("DISPATCH_CONSTRUCT flag but missing value function\n");
             return E_FAIL;
         }