Fix confusing misindentation of a closing-brace. (It goes with the switch, not
with the while.)
This commit is contained in:
parent
fdfea0ef5b
commit
4f0511a3a8
@ -113,7 +113,7 @@ main (int argc, char *argv[])
|
||||
case '?':
|
||||
default:
|
||||
usage();
|
||||
}
|
||||
}
|
||||
|
||||
argc -= optind;
|
||||
argv +=optind;
|
||||
|
Loading…
Reference in New Issue
Block a user