summaryrefslogtreecommitdiffstats
path: root/src/H5Fpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r--src/H5Fpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h
index fbd827c..27745cd 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -55,7 +55,7 @@ typedef enum H5F_driver_t {
H5F_LOW_MPI = 2, /*use indep or collective MPI-IO */
H5F_LOW_CORE = 3, /*use malloc() and free() */
H5F_LOW_SPLIT = 4, /*separate meta data from raw data */
- H5F_LOW_FAMILY = 5, /*split addr space over many files */
+ H5F_LOW_FAMILY = 5 /*split addr space over many files */
} H5F_driver_t;