From ee919605677bd89ac7a541b137f048a5596b2899 Mon Sep 17 00:00:00 2001 From: bazimo Date: Tue, 23 May 2023 14:03:26 -0400 Subject: Fix FUNC_ENTER macro mismatch in H5VL_object_inc_rc() (#2991) --- src/H5VLint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5VLint.c b/src/H5VLint.c index e1d7005..2bd3919 100644 --- a/src/H5VLint.c +++ b/src/H5VLint.c @@ -1022,7 +1022,7 @@ done: hsize_t H5VL_object_inc_rc(H5VL_object_t *vol_obj) { - FUNC_ENTER_NOAPI_NOERR_NOFS + FUNC_ENTER_NOAPI_NOERR /* Check arguments */ HDassert(vol_obj); -- cgit v0.12