about summary refs log tree commit diff
path: root/editor/pnmmontage.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pnmmontage.c')
-rw-r--r--editor/pnmmontage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pnmmontage.c b/editor/pnmmontage.c
index 4ccff497..77425760 100644
--- a/editor/pnmmontage.c
+++ b/editor/pnmmontage.c
@@ -78,7 +78,7 @@ parseCommandLine(int argc, const char ** argv,
     opt.short_allowed = FALSE;
     opt.allowNegNum = FALSE;
 
-    optParseOptions3(&argc, (char**)argv, opt, sizeof(opt), 0);
+    pm_optParseOptions3(&argc, (char**)argv, opt, sizeof(opt), 0);
 
     if (!dataSpec)
         cmdlineP->data = NULL;