summaryrefslogtreecommitdiffstats
path: root/src/H5Ctag.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-02-06 00:13:11 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-02-06 00:13:11 (GMT)
commit7d124cb7961ad0089aa6a18e1c2e08e351d8ba86 (patch)
treead15291f07d0d102b95940e936213a659b5eda19 /src/H5Ctag.c
parente272e64e7492a934c456f652ce023a8952e727b3 (diff)
downloadhdf5-7d124cb7961ad0089aa6a18e1c2e08e351d8ba86.zip
hdf5-7d124cb7961ad0089aa6a18e1c2e08e351d8ba86.tar.gz
hdf5-7d124cb7961ad0089aa6a18e1c2e08e351d8ba86.tar.bz2
Modification based on feedback from pull request.
Diffstat (limited to 'src/H5Ctag.c')
-rw-r--r--src/H5Ctag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ctag.c b/src/H5Ctag.c
index 611ff37..807e68d 100644
--- a/src/H5Ctag.c
+++ b/src/H5Ctag.c
@@ -185,7 +185,7 @@ H5C_get_ignore_tags(const H5C_t *cache_ptr)
*
*-------------------------------------------------------------------------
*/
-hbool_t
+uint32_t
H5C_get_num_objs_corked(const H5C_t *cache_ptr)
{
FUNC_ENTER_NOAPI_NOERR