Add /* FALLTHROUGH */

Found by:       FlexeLint
This commit is contained in:
Poul-Henning Kamp 2003-05-31 20:43:47 +00:00
parent 35e1694a4d
commit bd961794c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115560

View File

@ -400,6 +400,7 @@ db_alt_break(int data, int *state)
case KEY_CRTLB:
if (*state == KEY_CRTLB)
brk = 1;
/* FALLTHROUGH */
default:
*state = 0;
break;