summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-09-12 23:40:18 (GMT)
committerGitHub <noreply@github.com>2023-09-12 23:40:18 (GMT)
commit18c5080a2c6c6dcfc9c35e46890e3f89095d2215 (patch)
treef58c6926a8501ac7fb258b3150716d678c0e9548
parentf8ffb8b78551e4f80da245b2ffd5d9b3b93e1a9e (diff)
downloadhdf5-18c5080a2c6c6dcfc9c35e46890e3f89095d2215.zip
hdf5-18c5080a2c6c6dcfc9c35e46890e3f89095d2215.tar.gz
hdf5-18c5080a2c6c6dcfc9c35e46890e3f89095d2215.tar.bz2
Fix unmatched TAG in H5Dchunk.c macro (#3535)
-rw-r--r--src/H5Dchunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c
index bea84a9..f8a5827 100644
--- a/src/H5Dchunk.c
+++ b/src/H5Dchunk.c
@@ -7533,7 +7533,7 @@ H5D__get_chunk_info(const H5D_t *dset, const H5S_t H5_ATTR_UNUSED *space, hsize_
}
done:
- FUNC_LEAVE_NOAPI(ret_value)
+ FUNC_LEAVE_NOAPI_TAG(ret_value)
} /* end H5D__get_chunk_info() */
/*-------------------------------------------------------------------------