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

Comment intentional case fall-through

CID 33213
parent 16aa7ce2
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -188,6 +188,7 @@ main(int argc, char **argv)
write(file, &t, 4L);
write(file, &stats, sizeof(stats_t));
close(file);
// fall-through
case 'X':
exit(0);
default:
......
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