Skip to content

Commit

Permalink
Fix unmatched TAG in H5Dchunk.c macro
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Sep 12, 2023
1 parent f8ffb8b commit 76d5caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Dchunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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() */

/*-------------------------------------------------------------------------
Expand Down

0 comments on commit 76d5caa

Please sign in to comment.