Skip to content

Commit

Permalink
Correct H5T_decode return value description
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Jan 16, 2025
1 parent 7f27ba8 commit 9ff6433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/H5T.c
Original file line number Diff line number Diff line change
Expand Up @@ -3794,9 +3794,9 @@ H5T_encode(H5T_t *obj, unsigned char *buf, size_t *nalloc)
* Purpose: Private function for H5Tdecode. Reconstructs a binary
* description of datatype and returns a new object handle.
*
* Return: Success: datatype ID(non-negative)
* Return: Success: Pointer to the new type.
*
* Failure: negative
* Failure: NULL
*
*-------------------------------------------------------------------------
*/
Expand Down

0 comments on commit 9ff6433

Please sign in to comment.