summaryrefslogtreecommitdiffstats
path: root/src/H5Zpublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-11-29 04:21:45 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-11-29 04:21:45 (GMT)
commitf3ad03a538809f14ef6f6380409ee4a340b47c97 (patch)
treeefa1e551cd068aedc5791896f74de0aca24181b3 /src/H5Zpublic.h
parentd442fe2d9815a83f5010cca9a878974e286c27f9 (diff)
downloadhdf5-f3ad03a538809f14ef6f6380409ee4a340b47c97.zip
hdf5-f3ad03a538809f14ef6f6380409ee4a340b47c97.tar.gz
hdf5-f3ad03a538809f14ef6f6380409ee4a340b47c97.tar.bz2
Switch H5VL_class_value_t from enum to unsigned integer
Diffstat (limited to 'src/H5Zpublic.h')
-rw-r--r--src/H5Zpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Zpublic.h b/src/H5Zpublic.h
index 0df05f0..a2a44fa 100644
--- a/src/H5Zpublic.h
+++ b/src/H5Zpublic.h
@@ -25,7 +25,7 @@
* Filter identifiers. Values 0 through 255 are for filters defined by the
* HDF5 library. Values 256 through 511 are available for testing new
* filters. Subsequent values should be obtained from the HDF5 development
- * team at hdf5dev@ncsa.uiuc.edu. These values will never change because they
+ * team at help@hdfgroup.org. These values will never change because they
* appear in the HDF5 files.
*/
typedef int H5Z_filter_t;