mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
Fix FUNC_ENTER macro mismatch in H5VL_object_inc_rc() (#2991)
This commit is contained in:
parent
545484c743
commit
ee91960567
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user