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
committed by Kinsey Moore
parent ad24b764d6
commit a9e1c29aa6

View File

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