Skip to content

Commit

Permalink
Correct H5T_decode return value description (#5242)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored Jan 16, 2025
1 parent 0d69892 commit 3e8aa54
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 3e8aa54

Please sign in to comment.