code-style: add fallthrough comment
Patch by Steve Ward, thanks.
This commit is contained in:
parent
cde480c693
commit
914fb825df
1
st.c
1
st.c
@ -2153,6 +2153,7 @@ tcontrolcode(uchar ascii)
|
||||
return;
|
||||
case '\032': /* SUB */
|
||||
tsetchar('?', &term.c.attr, term.c.x, term.c.y);
|
||||
/* FALLTHROUGH */
|
||||
case '\030': /* CAN */
|
||||
csireset();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user