summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/opt.c b/apps/opt.c
index f4eba2dca0..af994bb743 100644
--- a/apps/opt.c
+++ b/apps/opt.c
@@ -163,8 +163,8 @@ char *opt_init(int ac, char **av, const OPTIONS *o)
unknown = NULL;
for (; o->name; ++o) {
- const OPTIONS *next;
#ifndef NDEBUG
+ const OPTIONS *next;
int duplicated, i;
#endif