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
x.c
1
x.c
|
|
@ -1827,6 +1827,7 @@ xdrawcursor(int cx, int cy, Glyph g, int ox, int oy, Glyph og)
|
|||
switch (win.cursor) {
|
||||
case 7: /* st extension: snowman (U+2603) */
|
||||
g.u = 0x2603;
|
||||
/* FALLTHROUGH */
|
||||
case 0: /* Blinking Block */
|
||||
case 1: /* Blinking Block (Default) */
|
||||
case 2: /* Steady Block */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue