Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
code-style: add fallthrough comment
[st.git]
/
st.c
diff --git
a/st.c
b/st.c
index
1414f98
..
a8de17d
100644
(file)
--- a/
st.c
+++ b/
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;