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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169636

View File

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