summaryrefslogtreecommitdiffstats
path: root/src/H5ESpublic.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-11-07 01:46:28 (GMT)
committerGitHub <noreply@github.com>2023-11-07 01:46:28 (GMT)
commit106fb56936d1d785ca96147601a3608e433ddc3b (patch)
treead92e0b73e3484fef23e6703c6f7bca163a8f9d4 /src/H5ESpublic.h
parenta3e1d7f7b71816244c0ceeabe6ce6a7ae674e3ff (diff)
downloadhdf5-hdf5_1_12_3.zip
hdf5-hdf5_1_12_3.tar.gz
hdf5-hdf5_1_12_3.tar.bz2
Hdf5 1 12 3 release (#3833)hdf5-1_12_3hdf5_1_12_3
* Change libaec and zlib tar.gz filenames to those in cacheinit.cmake. * Add release date. * Revert position change of enum entries in H5ESpublic.h. Update release date.
Diffstat (limited to 'src/H5ESpublic.h')
-rw-r--r--src/H5ESpublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5ESpublic.h b/src/H5ESpublic.h
index 6180487..d148e4e 100644
--- a/src/H5ESpublic.h
+++ b/src/H5ESpublic.h
@@ -34,8 +34,8 @@
typedef enum H5ES_status_t {
H5ES_STATUS_IN_PROGRESS, /**< Operation(s) have not yet completed */
H5ES_STATUS_SUCCEED, /**< Operation(s) have completed, successfully */
- H5ES_STATUS_CANCELED, /**< Operation(s) has been canceled */
- H5ES_STATUS_FAIL /**< An operation has completed, but failed */
+ H5ES_STATUS_FAIL, /**< An operation has completed, but failed */
+ H5ES_STATUS_CANCELED /**< Operation(s) has been canceled */
} H5ES_status_t;
/********************/