summaryrefslogtreecommitdiff
path: root/libc/unistd/gnu_getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/unistd/gnu_getopt.c')
-rw-r--r--libc/unistd/gnu_getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/gnu_getopt.c b/libc/unistd/gnu_getopt.c
index c5fa33913..05f97a09c 100644
--- a/libc/unistd/gnu_getopt.c
+++ b/libc/unistd/gnu_getopt.c
@@ -413,7 +413,7 @@ _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
const struct option *pfound = NULL;
int exact = 0;
int ambig = 0;
- int indfound;
+ int indfound = 0;
int option_index;
for (nameend = nextchar; *nameend && *nameend != '='; nameend++)