Skip to content

Commit

Permalink
Update FUNC_ENTER
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Oct 30, 2024
1 parent b14ce95 commit 2473d07
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 @@ -1436,7 +1436,7 @@ H5D__chunk_mem_xfree(void *chk, const void *pline)
void
H5D__chunk_mem_free(void *chk, void *pline)
{
FUNC_ENTER_NOAPI_NAMECHECK_ONLY
FUNC_ENTER_PACKAGE_NAMECHECK_ONLY

H5D__chunk_mem_xfree(chk, pline);

Expand Down

0 comments on commit 2473d07

Please sign in to comment.