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 86c33483b..9dba44db2 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c | |||
@@ -316,7 +316,7 @@ const char *applet_long_options; | |||
316 | 316 | ||
317 | uint32_t option_mask32; | 317 | uint32_t option_mask32; |
318 | 318 | ||
319 | uint32_t | 319 | uint32_t FAST_FUNC |
320 | getopt32(char **argv, const char *applet_opts, ...) | 320 | getopt32(char **argv, const char *applet_opts, ...) |
321 | { | 321 | { |
322 | int argc; | 322 | int argc; |