about summary refs log tree commit diff
path: root/other/pamsummcol.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/pamsummcol.c')
-rw-r--r--other/pamsummcol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/pamsummcol.c b/other/pamsummcol.c
index c31a9940..c84f38ad 100644
--- a/other/pamsummcol.c
+++ b/other/pamsummcol.c
@@ -54,7 +54,7 @@ parseCommandLine(int argc, char ** const 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, 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 (sumSpec + minSpec + maxSpec > 1)