diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-11-20 22:29:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-11-20 22:29:15 (GMT) |
commit | ff0f769b877ad815bf15b81d94711bce0830d981 (patch) | |
tree | 3f672c38142f12c7f5276931a38bd98b79725064 /src/H5Tpkg.h | |
parent | 6248a5804664a1ae1bc6f77cdafd116720050bbe (diff) | |
download | hdf5-ff0f769b877ad815bf15b81d94711bce0830d981.zip hdf5-ff0f769b877ad815bf15b81d94711bce0830d981.tar.gz hdf5-ff0f769b877ad815bf15b81d94711bce0830d981.tar.bz2 |
[svn-r4629] Purpose:
Bug fix for code cleanup... :-)
Description:
Fix a few problems introduced in my previous code cleanup.
Platforms tested:
FreeBSD 4.4 (hawkwind)
Diffstat (limited to 'src/H5Tpkg.h')
-rw-r--r-- | src/H5Tpkg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Tpkg.h b/src/H5Tpkg.h index b3dbf44..7082b50 100644 --- a/src/H5Tpkg.h +++ b/src/H5Tpkg.h @@ -762,5 +762,4 @@ __DLL__ herr_t H5T_vlen_disk_write(hid_t dxpl_id, H5F_t *f, void *vl_addr, void /* Array functions */ __DLL__ H5T_t * H5T_array_create(H5T_t *base, int ndims, const hsize_t dim[/* ndims */], const int perm[/* ndims */]); - #endif |