From c1d20571eb68a6512dfcc39152d1c28756c3f972 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Wed, 13 Feb 2002 14:33:14 -0500 Subject: [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 --- src/H5S.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v0.12