Removed misplaced splint annotation.

This commit is contained in:
Andrew Wood
2024-12-15 22:54:15 +00:00
parent f3e98da13b
commit 43e2eaa4db
-1
View File
@@ -429,7 +429,6 @@ opts_t opts_parse(unsigned int argc, char **argv)
case 'R':
/*@fallthrough@ */
case 'm':
/*@fallthrough@ */
if (!pv_getnum_check(optarg, PV_NUMTYPE_BARE_INTEGER)) {
/*@-mustfreefresh@ *//* see above */
fprintf(stderr, "%s: -%c: %s: %s\n", opts->program_name, c, optarg,