summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r--src/H5Epublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index 6840dd5..3ac6fd0 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -218,8 +218,8 @@ typedef enum H5E_minor_t {
H5E_NOFILTER, /*requested filter is not available */
H5E_CALLBACK, /*callback failed */
H5E_CANAPPLY, /*error from filter "can apply" callback */
- H5E_SETLOCAL /*error from filter "set local" callback */
-
+ H5E_SETLOCAL, /*error from filter "set local" callback */
+ H5E_NOENCODER /* Filter present, but encoding disabled */
} H5E_minor_t;
/* Information about an error */