about summary refs log tree commit diff
path: root/converter/ppm/ppmtoascii.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/ppm/ppmtoascii.c')
-rw-r--r--converter/ppm/ppmtoascii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ppm/ppmtoascii.c b/converter/ppm/ppmtoascii.c
index d34b6817..6b0b04d7 100644
--- a/converter/ppm/ppmtoascii.c
+++ b/converter/ppm/ppmtoascii.c
@@ -118,7 +118,7 @@ parseCommandLine(int argc, const char **argv,
     opt.short_allowed = false;  /* We have no short (old-fashioned) options */
     opt.allowNegNum = false;  /* We have no parms that are negative numbers */
 
-    optParseOptions3(&argc, (char **)argv, opt, sizeof(opt), 0);
+    pm_optParseOptions3(&argc, (char **)argv, opt, sizeof(opt), 0);
         /* Uses and sets argc, argv, and some of *cmdlineP and others. */
 
     if (dim1x2Spec && dim2x4Spec)