summaryrefslogtreecommitdiffstats
path: root/src/H5T.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-05-01 15:03:12 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-05-01 15:03:12 (GMT)
commit214aa4a3672c585d7afcf31a869e01cc48a53dd2 (patch)
tree5d6de29f6d30ce0c4bc92a68462be48b853fff21 /src/H5T.c
parent49a7f1d03281e460f3738b084c68a2a1c4960190 (diff)
downloadhdf5-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5T.c b/src/H5T.c
index 684181a..3c06b78 100644
--- a/src/H5T.c
+++ b/src/H5T.c
@@ -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 */