mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 13:06:49 +03:00
Add switch case fallthrough comment.
This commit is contained in:
parent
f5be1eb413
commit
51084243a2
@ -342,6 +342,7 @@ static void dukky_html_element_class_from_tag_type(dom_html_element_type type,
|
||||
break;
|
||||
case DOM_HTML_ELEMENT_TYPE__COUNT:
|
||||
assert(type != DOM_HTML_ELEMENT_TYPE__COUNT);
|
||||
/* fallthrough */
|
||||
case DOM_HTML_ELEMENT_TYPE__UNKNOWN:
|
||||
SET_HTML_CLASS(UNKNOWN)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user