Skip to content

Commit

Permalink
Fixed typo in an error message. (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler authored Dec 23, 2020
1 parent 1c71a6c commit eb0b572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5O.c
Original file line number Diff line number Diff line change
Expand Up @@ -3346,7 +3346,7 @@ H5O_dec_rc(H5O_t *oh)

/* check args */
if (!oh)
HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "no name")
HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "invalid object header")

/* Decrement reference count */
oh->rc--;
Expand Down

0 comments on commit eb0b572

Please sign in to comment.