summaryrefslogtreecommitdiffstats
path: root/src/H5ESpublic.h
diff options
context:
space:
mode:
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;
/********************/