Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
eb160a3f
Commit
eb160a3f
authored
Mar 01, 2022
by
Rob Swindell
💬
Browse files
Document case fall-through
Reported by Coverity
parent
bff956a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/sbbs3/sbbscon.c
src/sbbs3/sbbscon.c
+1
-0
No files found.
src/sbbs3/sbbscon.c
View file @
eb160a3f
...
@@ -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
(
"
\n
Nodes in use:
\n
"
);
printf
(
"
\n
Nodes in use:
\n
"
);
// fall-through
case
'n'
:
/* nodelist */
case
'n'
:
/* nodelist */
printf
(
"
\n
"
);
printf
(
"
\n
"
);
count
=
0
;
count
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment