kvprintf(9): add missing FALLTHROUGH

Reported by:	Coverity
CID:		1005166
This commit is contained in:
Marius Strobl 2021-01-22 00:16:37 +01:00
parent 3b433ed765
commit 679e4cdabd

View File

@ -848,6 +848,7 @@ reswitch: switch (ch = (u_char)*fmt++) {
goto handle_nosign;
case 'X':
upper = 1;
/* FALLTHROUGH */
case 'x':
base = 16;
goto handle_nosign;