summaryrefslogtreecommitdiffstats
path: root/src/H5Ochunk.c
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2020-02-28 23:14:45 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2020-02-28 23:14:45 (GMT)
commit2d9a81878d05732725f96d7d9b20ada8dfd2a146 (patch)
tree2dd094e0165e4ec9c8b7edc719d4661dc933444f /src/H5Ochunk.c
parent885aa08ec4d074765fd96d62d9b19024d7f1b224 (diff)
downloadhdf5-2d9a81878d05732725f96d7d9b20ada8dfd2a146.zip
hdf5-2d9a81878d05732725f96d7d9b20ada8dfd2a146.tar.gz
hdf5-2d9a81878d05732725f96d7d9b20ada8dfd2a146.tar.bz2
Fix incorrect FUNC_LEAVE macro (should match FUNC_ENTER_*_TAG).
Diffstat (limited to 'src/H5Ochunk.c')
-rw-r--r--src/H5Ochunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ochunk.c b/src/H5Ochunk.c
index 9ce5a46..72402e4 100644
--- a/src/H5Ochunk.c
+++ b/src/H5Ochunk.c
@@ -358,7 +358,7 @@ H5O__chunk_update_idx(H5F_t *f, H5O_t *oh, unsigned idx)
HGOTO_ERROR(H5E_OHDR, H5E_CANTUNPROTECT, FAIL, "unable to release object header chunk")
done:
- FUNC_LEAVE_NOAPI(ret_value)
+ FUNC_LEAVE_NOAPI_TAG(ret_value)
} /* end H5O__chunk_update_idx() */