Skip to content

Commit

Permalink
func enter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jul 31, 2024
1 parent 52324e3 commit fc4a94e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/H5FDsubfiling/H5FDsubfiling.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ H5FDsubfiling_get_file_mapping(hid_t file_id, char ***filenames, size_t *len)
int num_digits = 0;
herr_t ret_value = SUCCEED;

FUNC_ENTER_PACKAGE
FUNC_ENTER_API(FAIL)

if (file_id < 0)
HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "invalid file ID");
Expand Down Expand Up @@ -676,8 +676,7 @@ H5FDsubfiling_get_file_mapping(hid_t file_id, char ***filenames, size_t *len)

H5MM_free(base);
H5MM_free(subfile_dir);

FUNC_LEAVE_NOAPI(ret_value)
FUNC_LEAVE_API(ret_value)
}

static herr_t
Expand Down

0 comments on commit fc4a94e

Please sign in to comment.