mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Fix confusing misindentation of a closing-brace. (It goes with the switch, not
with the while.)
This commit is contained in:
parent
7e17f8b864
commit
2fdb65fd82
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ main (int argc, char *argv[])
|
|||
case '?':
|
||||
default:
|
||||
usage();
|
||||
}
|
||||
}
|
||||
|
||||
argc -= optind;
|
||||
argv +=optind;
|
||||
|
|
|
|||
Loading…
Reference in a new issue