summaryrefslogtreecommitdiffstats
path: root/src/H5HFtiny.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-30 02:55:33 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-30 02:55:33 (GMT)
commit238950487f6348544b64fda3143479c6ab589fde (patch)
treee2985b88137935511547333d9a9c2c25d74c57e5 /src/H5HFtiny.c
parent7c22743e8eaa5e5d2ffc8b0db7518ed6c5be40ee (diff)
downloadhdf5-238950487f6348544b64fda3143479c6ab589fde.zip
hdf5-238950487f6348544b64fda3143479c6ab589fde.tar.gz
hdf5-238950487f6348544b64fda3143479c6ab589fde.tar.bz2
[svn-r17270] Description:
Bring r17265:17269 from trunk to revise_chunks branch Tested on FreeBSD/32 6.3 (duty) (h5committest not required on this branch)
Diffstat (limited to 'src/H5HFtiny.c')
-rw-r--r--src/H5HFtiny.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HFtiny.c b/src/H5HFtiny.c
index 5f5b295..ce91bd1 100644
--- a/src/H5HFtiny.c
+++ b/src/H5HFtiny.c
@@ -291,7 +291,7 @@ H5HF_tiny_op_real(H5HF_hdr_t *hdr, const uint8_t *id, H5HF_operator_t op,
HGOTO_ERROR(H5E_HEAP, H5E_CANTOPERATE, FAIL, "application's callback failed")
done:
- FUNC_LEAVE_NOAPI(SUCCEED)
+ FUNC_LEAVE_NOAPI(ret_value)
} /* end H5HF_tiny_op_real() */