summaryrefslogtreecommitdiffstats
path: root/src/H5Defl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-27 22:36:04 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-27 22:36:04 (GMT)
commit996c2f8d3bac0122fc3c7e5f592d296efc36f58a (patch)
tree40fe1d235f6442b3eb91c262ae0feb4f8c7a473e /src/H5Defl.c
parent2d7fcc8553c84291222bcc7c4f56c924246695c2 (diff)
downloadhdf5-996c2f8d3bac0122fc3c7e5f592d296efc36f58a.zip
hdf5-996c2f8d3bac0122fc3c7e5f592d296efc36f58a.tar.gz
hdf5-996c2f8d3bac0122fc3c7e5f592d296efc36f58a.tar.bz2
[svn-r17245] Description:
Bring r17230:17244 from trunk to revise_chunks branch. Tested on: FreeBSD/32 6.3 (duty) Mac OS X/32 10.5.7 (amazon)
Diffstat (limited to 'src/H5Defl.c')
-rw-r--r--src/H5Defl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Defl.c b/src/H5Defl.c
index cb31630..b9a8345 100644
--- a/src/H5Defl.c
+++ b/src/H5Defl.c
@@ -86,6 +86,7 @@ const H5D_layout_ops_t H5D_LOPS_EFL[1] = {{
#endif /* H5_HAVE_PARALLEL */
H5D_efl_readvv,
H5D_efl_writevv,
+ NULL,
NULL
}};