diff options
Diffstat (limited to 'converter/other/rletopnm.c')
-rw-r--r-- | converter/other/rletopnm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/rletopnm.c b/converter/other/rletopnm.c index 83ada51b..71f4e284 100644 --- a/converter/other/rletopnm.c +++ b/converter/other/rletopnm.c @@ -116,7 +116,7 @@ parseCommandLine(int argc, char ** argv, opt.short_allowed = TRUE; /* We have 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 all of *cmdlineP. */ if (!alphaoutSpec) |