diff options
author | bazimo <bazimo@outlook.com> | 2023-05-23 18:03:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-23 18:03:26 (GMT) |
commit | ee919605677bd89ac7a541b137f048a5596b2899 (patch) | |
tree | ee9b651118505f804c1e50dccc2657e60d98a2fb /src | |
parent | 545484c7434df6de28dda4eb3781b37a38d62693 (diff) | |
download | hdf5-ee919605677bd89ac7a541b137f048a5596b2899.zip hdf5-ee919605677bd89ac7a541b137f048a5596b2899.tar.gz hdf5-ee919605677bd89ac7a541b137f048a5596b2899.tar.bz2 |
Fix FUNC_ENTER macro mismatch in H5VL_object_inc_rc() (#2991)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5VLint.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |