summaryrefslogtreecommitdiff
path: root/avr/getopt-min.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/getopt-min.c')
-rw-r--r--avr/getopt-min.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avr/getopt-min.c b/avr/getopt-min.c
index 8508f40..401beed 100644
--- a/avr/getopt-min.c
+++ b/avr/getopt-min.c
@@ -13,7 +13,7 @@
#include "common.h" /* definition of FLASH */
#include <string.h>
-int optind = 0; /* next argv[] index */
+int optind; /* next argv[] index */
char *optarg; /* option parameter if any */