about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--editor/pgmdeshadow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/pgmdeshadow.c b/editor/pgmdeshadow.c
index 482c6661..948c6cba 100644
--- a/editor/pgmdeshadow.c
+++ b/editor/pgmdeshadow.c
@@ -85,6 +85,8 @@ parseCommandLine(int argc, char ** argv,
 
     option_def_index = 0;   /* incremented by OPTENT3 */
 
+    OPTENTINIT;
+
     opt.opt_table = option_def;
     opt.short_allowed = FALSE;  /* We have no short (old-fashioned) options */
     opt.allowNegNum = FALSE;  /* We may have parms that are negative numbers */