We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e4622c + ede0680 commit 81e740dCopy full SHA for 81e740d
src/server/src/server.cpp
@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
76
switch(opt) {
77
case 'C': {
78
strcpy(stinger_config_file,optarg);
79
- }
+ } break;
80
81
case 'p': {
82
port_names = atoi(optarg);
0 commit comments