diff options
-rw-r--r-- | lib/libc/stdlib/getopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index ad4a4dc..4be47a9 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -191,7 +191,7 @@ while ((ch = getopt(argc, argv, "bf:")) != -1) case '?': default: usage(); -} + } argc -= optind; argv += optind; .Ed |