summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2019-12-11 19:35:02 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:25 (GMT)
commitfd374fb23436970a04b37d4dde868fe428fcccaa (patch)
tree79276dfaaa9fb030c7b8066d53a1cf4db8a2e103 /src/H5C.c
parent95e509db46c7007561a38fcfe76c38d91ea79e49 (diff)
downloadhdf5-fd374fb23436970a04b37d4dde868fe428fcccaa.zip
hdf5-fd374fb23436970a04b37d4dde868fe428fcccaa.tar.gz
hdf5-fd374fb23436970a04b37d4dde868fe428fcccaa.tar.bz2
address problems from comments
Diffstat (limited to 'src/H5C.c')
-rw-r--r--src/H5C.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5C.c b/src/H5C.c
index b3c7af6..3a236d3 100644
--- a/src/H5C.c
+++ b/src/H5C.c
@@ -4457,6 +4457,7 @@ H5C__unpin_entry_real(H5C_t *cache_ptr, H5C_cache_entry_t *entry_ptr,
/* Update the stats for an unpin operation */
H5C__UPDATE_STATS_FOR_UNPIN(cache_ptr, entry_ptr)
+done:
FUNC_LEAVE_NOAPI(ret_value)
} /* H5C__unpin_entry_real() */