code-style: add fallthrough comment
Patch by Steve Ward, thanks.
This commit is contained in:
parent
0c41364e3d
commit
7a1259e112
3 changed files with 4 additions and 2 deletions
1
st.c
1
st.c
|
|
@ -2315,6 +2315,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…
Add table
Add a link
Reference in a new issue