diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -372,7 +372,7 @@ void get_optflags(void) // Handle -- if (!*gof.arg) { gof.stopearly += 2; - goto notflag; + continue; } // Handle --longopt |