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
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -262,6 +262,7 @@ int main(int argc, char **argv) ...@@ -262,6 +262,7 @@ int main(int argc, char **argv)
break; break;
case 'E': /* Exemptions */ case 'E': /* Exemptions */
flagoff=U_EXEMPT; flagoff=U_EXEMPT;
// fall-through
case 'R': /* Restrictions */ case 'R': /* Restrictions */
if(!flagoff) if(!flagoff)
flagoff=U_REST; flagoff=U_REST;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment