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

Document case fall-through

Reported by Coverity
parent bff956a1
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -2196,6 +2196,7 @@ int main(int argc, char** argv) ...@@ -2196,6 +2196,7 @@ int main(int argc, char** argv)
break; break;
case 'w': /* who's online */ case 'w': /* who's online */
printf("\nNodes in use:\n"); printf("\nNodes in use:\n");
// fall-through
case 'n': /* nodelist */ case 'n': /* nodelist */
printf("\n"); printf("\n");
count=0; count=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment