Skip to content

Commit 95741cf

Browse files
authored
remove ':' in getopts switch
1 parent a3c354f commit 95741cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kirc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ main(int argc, char **argv)
179179
case 'n' : nick = optarg; break;
180180
case 'c' : chan = optarg; break;
181181
case '?' : return 1;
182-
case ':' : return 1;
183182
}
184183
}
185184

0 commit comments

Comments
 (0)