Commit a29f6971 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

mshtml: Mark fall-through in switch statement.

parent 5bd2db45
......@@ -1229,6 +1229,7 @@ HRESULT set_event_handler(event_target_t **event_target, nsIDOMNode *nsnode, HTM
default:
FIXME("not supported vt=%d\n", V_VT(var));
/* fall through */
case VT_EMPTY:
return E_NOTIMPL;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment