diff options
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r-- | libbb/getopt32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c index 25bae319e..abd412043 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c | |||
@@ -531,7 +531,7 @@ getopt32(char **argv, const char *applet_opts, ...) | |||
531 | 531 | ||
532 | /* In case getopt32 was already called: | 532 | /* In case getopt32 was already called: |
533 | * reset the libc getopt() function, which keeps internal state. | 533 | * reset the libc getopt() function, which keeps internal state. |
534 | * run_nofork_applet_prime() does this, but we might end up here | 534 | * run_nofork_applet() does this, but we might end up here |
535 | * also via gunzip_main() -> gzip_main(). Play safe. | 535 | * also via gunzip_main() -> gzip_main(). Play safe. |
536 | */ | 536 | */ |
537 | #ifdef __GLIBC__ | 537 | #ifdef __GLIBC__ |