Skip to content

Commit

Permalink
Minor comment fix for return codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave-Allured authored Jan 13, 2022
1 parent 69b2d20 commit 158f290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libhdf5/hdf5set_format_compatibility.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
* @param fapl_id Identifier for valid file access property list to
* be used in the next call to H5Fcreate or H5Fopen.
*
* @return ::NC_EHDFERR General failure in HDF5.
* @return ::NC_NOERR No error.
* @return ::NC_EHDFERR HDF5 returned error.
*
* @author Dave Allured, NOAA/PSL/CIRES @date 2022 January 11
*/
Expand Down

0 comments on commit 158f290

Please # to comment.