Skip to content
Snippets Groups Projects
Commit 7be94765 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Comment intentional case fall-through

CID 33205
parent eb4fa76c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1805,6 +1805,7 @@ int main(int argc, char **argv)
break;
default:
fprintf(stderr, "\nUnknown opt '%c'\n", argv[x][j]);
// fall-through
case '?':
printf("%s",usage);
bail(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment