about summary refs log tree commit diff
path: root/generator/ppmrough.c
diff options
context:
space:
mode:
Diffstat (limited to 'generator/ppmrough.c')
-rw-r--r--generator/ppmrough.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/ppmrough.c b/generator/ppmrough.c
index b21adedf..0837f9b5 100644
--- a/generator/ppmrough.c
+++ b/generator/ppmrough.c
@@ -71,7 +71,7 @@ static void
   opt.short_allowed = FALSE;  /* We have no 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);
 
   if (argc-1 != 0)
     pm_error("There are no arguments.  You specified %d.", argc-1);