summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.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/H5Dchunk.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/H5Dchunk.c')
-rw-r--r--src/H5Dchunk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c
index 58dfbc5..e760f63 100644
--- a/src/H5Dchunk.c
+++ b/src/H5Dchunk.c
@@ -7203,7 +7203,7 @@ H5D__get_num_chunks(const H5D_t *dset, const H5S_t H5_ATTR_UNUSED *space, hsize_
} /* end else */
done:
- FUNC_LEAVE_NOAPI(ret_value)
+ FUNC_LEAVE_NOAPI_TAG(ret_value)
} /* end H5D__get_num_chunks() */
@@ -7341,7 +7341,7 @@ H5D__get_chunk_info(const H5D_t *dset, const H5S_t H5_ATTR_UNUSED *space, hsize_
} /* end if H5F_addr_defined */
done:
- FUNC_LEAVE_NOAPI(ret_value)
+ FUNC_LEAVE_NOAPI_TAG(ret_value)
} /* end H5D__get_chunk_info() */