summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
diff options
context:
space:
mode:
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 e530eef..3e0cf95 100644
--- a/src/H5C.c
+++ b/src/H5C.c
@@ -3873,6 +3873,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() */