aboutsummaryrefslogtreecommitdiff
path: root/util-linux/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/getopt.c')
-rw-r--r--util-linux/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c
index b4749c199..06c348895 100644
--- a/util-linux/getopt.c
+++ b/util-linux/getopt.c
@@ -287,7 +287,7 @@ int getopt_main(int argc, char *argv[])
char *name = NULL;
unsigned opt;
const char *compatible;
- char *s_arg;
+ char *s_arg;
#if ENABLE_GETOPT_LONG
struct option *long_options = NULL;
llist_t *l_arg = NULL;