about summary refs log tree commit diff
path: root/lib/util
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-04-05 03:23:58 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-04-05 03:23:58 +0000
commit32470766ba4aeb82d566b41abcd00301f62d0a2c (patch)
tree34686b386cd76f6b87ed896e5e47db8fbbea8b71 /lib/util
parent186693cad32611f7f7cc95c842031d3091c6e6ab (diff)
downloadnetpbm-mirror-32470766ba4aeb82d566b41abcd00301f62d0a2c.tar.gz
netpbm-mirror-32470766ba4aeb82d566b41abcd00301f62d0a2c.tar.xz
netpbm-mirror-32470766ba4aeb82d566b41abcd00301f62d0a2c.zip
Fix comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2940 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/shhopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/shhopt.h b/lib/util/shhopt.h
index ecdf87d5..5effa5fd 100644
--- a/lib/util/shhopt.h
+++ b/lib/util/shhopt.h
@@ -69,7 +69,7 @@ main ( int argc, char **argv ) {
             printf("option '%s' = '%s'\n", optlist[i].name, optlist[i].value);
             ++i;
         }
-        optDestroyNameValueList(optlist);
+        pm_optDestroyNameValueList(optlist);
     } else
         printf("No -options\n");
 }