diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2022-06-08 02:57:03 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2022-06-08 02:57:03 +0000 |
commit | 56f2ec7252a41733aa098b56592944d1e8f422ec (patch) | |
tree | eca1751cbf3cbc4346e3571c5cb1db30c05bf254 /lib/util/shhopt.h | |
parent | 577a72dcb88b48d77c787ccf21e663a2a4072383 (diff) | |
download | netpbm-mirror-56f2ec7252a41733aa098b56592944d1e8f422ec.tar.gz netpbm-mirror-56f2ec7252a41733aa098b56592944d1e8f422ec.tar.xz netpbm-mirror-56f2ec7252a41733aa098b56592944d1e8f422ec.zip |
improve comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4349 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/util/shhopt.h')
-rw-r--r-- | lib/util/shhopt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/shhopt.h b/lib/util/shhopt.h index 01ea53b4..9ba072cb 100644 --- a/lib/util/shhopt.h +++ b/lib/util/shhopt.h @@ -82,6 +82,7 @@ Now run this program with something like you need an OPTENTINIT call to establish the empty option table: optEntry * option_def; + unsigned int option_def_index; MALLOCARRAY(option_def, 1); OPTENTINIT; |