kvprintf(9): add missing FALLTHROUGH

Reported by:	Coverity
CID:		1005166
This commit is contained in:
Marius Strobl
2024-06-13 17:19:35 +00:00
committed by Kinsey Moore
parent ad24b764d6
commit a9e1c29aa6
+1
View File
@@ -266,6 +266,7 @@ reswitch: switch (ch = (u_char)*fmt++) {
goto handle_nosign;
case 'X':
upper = 1;
/* FALLTHROUGH */
case 'x':
base = 16;
goto handle_nosign;