about summary refs log tree commit diff
path: root/editor/pbmpscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pbmpscale.c')
-rw-r--r--editor/pbmpscale.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/pbmpscale.c b/editor/pbmpscale.c
index e8a3f4c2..afe2bdd4 100644
--- a/editor/pbmpscale.c
+++ b/editor/pbmpscale.c
@@ -96,6 +96,8 @@ parseCommandLine(int argc, const char ** const 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 */