Fix confusing misindentation of a closing-brace. (It goes with the switch, not

with the while.)
This commit is contained in:
Juli Mallett 2007-05-17 00:11:58 +00:00
parent 7e17f8b864
commit 2fdb65fd82

View file

@ -113,7 +113,7 @@ main (int argc, char *argv[])
case '?':
default:
usage();
}
}
argc -= optind;
argv +=optind;