Skip to content

Commit

Permalink
Fix parsing for trace script
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Dec 13, 2024
1 parent 85d4541 commit 7c7a05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/H5Iint.c
Original file line number Diff line number Diff line change
Expand Up @@ -2369,11 +2369,11 @@ H5I__type_info_free(H5I_type_info_t *type_info)
*-------------------------------------------------------------------------
*/
static herr_t
H5I__id_info_acquire(H5I_id_info_t *
H5I__id_info_acquire(H5I_id_info_t
#ifndef H5_HAVE_CONCURRENCY
H5_ATTR_UNUSED
#endif /* NDEBUG */
info)
*info)
{
herr_t ret_value = SUCCEED; /* Return value */

Expand Down

0 comments on commit 7c7a05c

Please sign in to comment.