aboutsummaryrefslogtreecommitdiff
path: root/libbb/getopt32.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r--libbb/getopt32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c
index 86c33483b..9dba44db2 100644
--- a/libbb/getopt32.c
+++ b/libbb/getopt32.c
@@ -316,7 +316,7 @@ const char *applet_long_options;
316 316
317uint32_t option_mask32; 317uint32_t option_mask32;
318 318
319uint32_t 319uint32_t FAST_FUNC
320getopt32(char **argv, const char *applet_opts, ...) 320getopt32(char **argv, const char *applet_opts, ...)
321{ 321{
322 int argc; 322 int argc;