code-style: add fallthrough comment

Patch by Steve Ward, thanks.
This commit is contained in:
bakkeby 2020-05-20 14:26:04 +02:00
parent 0c41364e3d
commit 7a1259e112
3 changed files with 4 additions and 2 deletions

1
x.c
View file

@ -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 */