summaryrefslogtreecommitdiffstats
path: root/src/H5Ffamily.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ffamily.c')
-rw-r--r--src/H5Ffamily.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/H5Ffamily.c b/src/H5Ffamily.c
index e887acc..01b5682 100644
--- a/src/H5Ffamily.c
+++ b/src/H5Ffamily.c
@@ -52,13 +52,14 @@ static herr_t H5F_fam_write(H5F_low_t *lf, const H5F_access_t *access_parms,
static herr_t H5F_fam_flush(H5F_low_t *lf, const H5F_access_t *access_parms);
const H5F_low_class_t H5F_LOW_FAMILY_g[1] = {{
- H5F_fam_access, /* access method */
- H5F_fam_open, /* open method */
- H5F_fam_close, /* close method */
- H5F_fam_read, /* read method */
- H5F_fam_write, /* write method */
- H5F_fam_flush, /* flush method */
- NULL, /* extend method */
+ H5F_fam_access, /*access method */
+ H5F_fam_open, /*open method */
+ H5F_fam_close, /*close method */
+ H5F_fam_read, /*read method */
+ H5F_fam_write, /*write method */
+ H5F_fam_flush, /*flush method */
+ NULL, /*extend method */
+ NULL, /*alloc method */
}};