jscript: Mark some fall-throughs in switch statements

Alexandre Julliard julliard at winehq.org
Sat Oct 8 12:58:46 CDT 2011


Andrew Talbot <andrew.talbot at talbotville.com> writes:

> @@ -4037,6 +4037,7 @@ static HRESULT RegExpConstr_leftContext(script_ctx_t *ctx, vdisp_t *jsthis, WORD
>  
>          V_VT(retv) = VT_BSTR;
>          V_BSTR(retv) = ret;
> +        /* fall through */
>      }
>      case DISPATCH_PROPERTYPUT:
>          return S_OK;

I don't think that PROPERTYGET is supposed to fall through to
PROPERTYPUT.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list