diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-01 15:03:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-01 15:03:12 (GMT) |
commit | 214aa4a3672c585d7afcf31a869e01cc48a53dd2 (patch) | |
tree | 5d6de29f6d30ce0c4bc92a68462be48b853fff21 /src/H5T.c | |
parent | 49a7f1d03281e460f3738b084c68a2a1c4960190 (diff) | |
download | hdf5-214aa4a3672c585d7afcf31a869e01cc48a53dd2.zip hdf5-214aa4a3672c585d7afcf31a869e01cc48a53dd2.tar.gz hdf5-214aa4a3672c585d7afcf31a869e01cc48a53dd2.tar.bz2 |
[svn-r5308] Purpose:
Update API tracing information
Platforms tested:
Linux 2.2 (eirene)
Diffstat (limited to 'src/H5T.c')
-rw-r--r-- | src/H5T.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7885,7 +7885,7 @@ done: */ hid_t H5Tarray_create(hid_t base_id, int ndims, const hsize_t dim[/* ndims */], - const int * UNUSED perm/* ndims */) + const int UNUSED *perm/* ndims */) { H5T_t *base = NULL; /* base data type */ H5T_t *dt = NULL; /* new array data type */ |