summaryrefslogtreecommitdiffstats
path: root/src/H5S.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2002-02-13 19:33:14 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2002-02-13 19:33:14 (GMT)
commitc1d20571eb68a6512dfcc39152d1c28756c3f972 (patch)
tree152d5e636249f8d16e54e0381505539825a86bfd /src/H5S.c
parent93ac2c571b77aec3882d65478d5d33febee0d9ed (diff)
downloadhdf5-c1d20571eb68a6512dfcc39152d1c28756c3f972.zip
hdf5-c1d20571eb68a6512dfcc39152d1c28756c3f972.tar.gz
hdf5-c1d20571eb68a6512dfcc39152d1c28756c3f972.tar.bz2
[svn-r4951]
Purpose: fixed a typo of the name H5S_set_extend on the call FUNC_ENTER (H5S_set_extend, FAIL); Platforms tested: w2000 octopus linux eirene sun arabica IRIX64 modi4
Diffstat (limited to 'src/H5S.c')
-rw-r--r--src/H5S.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5S.c b/src/H5S.c
index 288948e..45fd991 100644
--- a/src/H5S.c
+++ b/src/H5S.c
@@ -1680,7 +1680,7 @@ H5S_set_extend (H5S_t *space, const hsize_t *size)
int ret_value=0;
unsigned u;
- FUNC_ENTER (H5S_extend, FAIL);
+ FUNC_ENTER (H5S_set_extend, FAIL);
/* Check args */
assert (space && H5S_SIMPLE==space->extent.type);