Fix stupid disorder in previous commit. This was my own error, not

the mistake of the PR's originator.
This commit is contained in:
sheldonh 1999-09-01 12:42:00 +00:00
parent ed48ce561c
commit 15e27f246f

View File

@ -118,7 +118,7 @@ int main (argc, argv)
FILE *ifp;
char hname[MAXHOSTNAMELEN + 2];
while ((ch = getopt(argc, argv, "uhcbsd:fi:o:m:")) != -1) {
while ((ch = getopt(argc, argv, "uhcbsfd:i:o:m:")) != -1) {
switch(ch) {
case 'f':
filter_plusminus++;