about summary refs log tree commit diff
path: root/editor/pamstretch.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pamstretch.c')
-rw-r--r--editor/pamstretch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pamstretch.c b/editor/pamstretch.c
index cfbddcb4..04883c35 100644
--- a/editor/pamstretch.c
+++ b/editor/pamstretch.c
@@ -88,7 +88,7 @@ parse_command_line(int argc, char ** argv,
     opt.short_allowed = FALSE; /* We have some short (old-fashioned) options */
     opt.allowNegNum = FALSE;  /* We have no parms that are negative numbers */
 
-    optParseOptions3(&argc, argv, opt, sizeof(opt), 0);
+    pm_optParseOptions3(&argc, argv, opt, sizeof(opt), 0);
         /* Uses and sets argc, argv, and some of *cmdline_p and others. */
 
     if (blackedge && dropedge)