fix: parsing continue with short options

This commit is contained in:
0x35c
2025-06-13 11:52:16 +02:00
parent 8299154ee1
commit 67e6707d7d

View File

@ -210,7 +210,7 @@ struct option_lst *parse_options(int ac, char *const *av)
switch (c) {
case 'F':
add_option(&head, FL_FAST, optarg);
break;
continue;
case '?':
return NULL;
default: