remove whitespace

This commit is contained in:
Svend Sorensen
2004-06-27 04:54:14 +00:00
parent c556867f30
commit 1ed8f11b99

View File

@@ -71,7 +71,7 @@ int main (int argc, char **argv)
progname = *argv;
while (-1 != (c = getopt(argc, argv, "hi:o:"))) {
while (-1 != (c = getopt(argc, argv, "hi:o:"))) {
switch (c) {
case 'h':
usage(0);