jscript: Mark a fall-through in a switch statement.

This commit is contained in:
Andrew Talbot 2011-10-08 20:10:15 +01:00 committed by Alexandre Julliard
parent a51aaf898c
commit 30cab39056
1 changed files with 1 additions and 0 deletions

View File

@ -664,6 +664,7 @@ static HRESULT WINAPI DispatchEx_InvokeEx(IDispatchEx *iface, DISPID id, LCID lc
switch(wFlags) {
case DISPATCH_METHOD|DISPATCH_PROPERTYGET:
wFlags = DISPATCH_METHOD;
/* fall through */
case DISPATCH_METHOD:
case DISPATCH_CONSTRUCT:
hres = invoke_prop_func(This, This, prop, wFlags, pdp, pvarRes, &jsexcept, pspCaller);