about summary refs log tree commit diff
path: root/converter/pbm/pbmtoibm23xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/pbm/pbmtoibm23xx.c')
-rw-r--r--converter/pbm/pbmtoibm23xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/pbm/pbmtoibm23xx.c b/converter/pbm/pbmtoibm23xx.c
index a83e260d..9f530b48 100644
--- a/converter/pbm/pbmtoibm23xx.c
+++ b/converter/pbm/pbmtoibm23xx.c
@@ -84,7 +84,7 @@ parseCommandLine(int argc, char ** const argv,
     opt.short_allowed = 0;
     opt.allowNegNum = 0;
 
-    optParseOptions3(&argc, argv, opt, sizeof(opt), 0);
+    pm_optParseOptions3(&argc, argv, opt, sizeof(opt), 0);
         /* Uses and sets argc, argv, and some of *cmdlineP and others. */
 
     if (!xresSpec)