summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ctxopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctxopt.c b/ctxopt.c
index 9b13548..e16d9ca 100644
--- a/ctxopt.c
+++ b/ctxopt.c
@@ -4458,7 +4458,7 @@ ctxopt_add_global_settings(settings s, ...)
void
ctxopt_add_opt_settings(settings s, ...)
{
- opt_t * opt;
+ opt_t * opt = NULL;
void * ptr = NULL;
va_list(args);