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

with the while.)
This commit is contained in:
jmallett 2007-05-17 00:11:58 +00:00
parent fdfea0ef5b
commit 4f0511a3a8

View File

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