summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5FDmirror.c2
-rw-r--r--src/H5FDsec2.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDmirror.c b/src/H5FDmirror.c
index 2f145a4..311303b 100644
--- a/src/H5FDmirror.c
+++ b/src/H5FDmirror.c
@@ -191,7 +191,7 @@ static const H5FD_class_t H5FD_mirror_g = {
H5FD__mirror_truncate, /* truncate */
H5FD__mirror_lock, /* lock */
H5FD__mirror_unlock, /* unlock */
- NULL, /* dedup */
+ NULL, /* dedup */
H5FD_FLMAP_DICHOTOMY /* fl_map */
};
diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c
index 816381d..04be133 100644
--- a/src/H5FDsec2.c
+++ b/src/H5FDsec2.c
@@ -171,7 +171,7 @@ static const H5FD_class_t H5FD_sec2_g = {
H5FD__sec2_truncate, /* truncate */
H5FD__sec2_lock, /* lock */
H5FD__sec2_unlock, /* unlock */
- NULL, /* dedup */
+ NULL, /* dedup */
H5FD_FLMAP_DICHOTOMY /* fl_map */
};