diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2001-05-12 19:12:25 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2001-05-12 19:12:25 (GMT) |
commit | ac946ee749fdf5cc41ec978730f14daf24aa980a (patch) | |
tree | a180a08cf7897252a344171ca5127e14c4f17e36 | |
parent | 7cb85190c82f5693c5c969b90eb4bee3b9d74f27 (diff) | |
download | hdf5-ac946ee749fdf5cc41ec978730f14daf24aa980a.zip hdf5-ac946ee749fdf5cc41ec978730f14daf24aa980a.tar.gz hdf5-ac946ee749fdf5cc41ec978730f14daf24aa980a.tar.bz2 |
[svn-r3922]
Purpose:
Bug fix
Description:
There was a typo in the gif.h path that I overlooked first time.
Solution:
Fixed a typo. bin/chkmanifest does not complain anymore.
Platforms tested:
baldric
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -971,7 +971,7 @@ ./tools/gifconv/Dependencies ./tools/gifconv/Makefile.in ./tools/gifconv/decompress.c -./tools/gifconf/gif.h +./tools/gifconv/gif.h ./tools/gifconv/gif2hdf.c ./tools/gifconv/gif2mem.c ./tools/gifconv/gifread.c |