diff options
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 */ |