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

Comment intentional fall-through

CID 33212
parent 548811da
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -262,6 +262,7 @@ int main(int argc, char **argv)
break;
case 'E': /* Exemptions */
flagoff=U_EXEMPT;
// fall-through
case 'R': /* Restrictions */
if(!flagoff)
flagoff=U_REST;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment