diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-09-24 15:35:13 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-09-24 15:35:13 (GMT) |
commit | 30cd579a149acb063e258aac89bbe7fef3f5ac0a (patch) | |
tree | 044dc8b0060f3ba003ef40ba50977a892b636e6f /src/H5S.c | |
parent | 987bca5a34a09cd564445d53f58cf1e428e43276 (diff) | |
download | hdf5-30cd579a149acb063e258aac89bbe7fef3f5ac0a.zip hdf5-30cd579a149acb063e258aac89bbe7fef3f5ac0a.tar.gz hdf5-30cd579a149acb063e258aac89bbe7fef3f5ac0a.tar.bz2 |
H5S adjust callbacks now return an herr_t instead of void.
Diffstat (limited to 'src/H5S.c')
-rw-r--r-- | src/H5S.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1974,7 +1974,7 @@ done: /*------------------------------------------------------------------------- * Function: H5S_set_extent * - * Purpose: Modify the dimensions of a dataspace. Based on H5S_extend + * Purpose: Modify the dimensions of a dataspace. * * Return: Success: Non-negative * Failure: Negative @@ -2055,7 +2055,7 @@ H5S_has_extent(const H5S_t *ds) /*------------------------------------------------------------------------- * Function: H5S_set_extent_real * - * Purpose: Modify the dimensions of a dataspace. Based on H5S_extend + * Purpose: Modify the dimensions of a dataspace. * * Return: Success: Non-negative * Failure: Negative |