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 86c3348..9dba44d 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c @@ -316,7 +316,7 @@ const char *applet_long_options; uint32_t option_mask32; -uint32_t +uint32_t FAST_FUNC getopt32(char **argv, const char *applet_opts, ...) { int argc; |