summaryrefslogtreecommitdiffstats
path: root/src/H5FDdirect.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2014-12-10 20:31:09 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2014-12-10 20:31:09 (GMT)
commitba7d85050da94952477e5f80663e136c3733b302 (patch)
treef313593774e81eb1e023f9d61e38067da8f43344 /src/H5FDdirect.c
parentad3f1caffcc8365c86d945bc21ba52057624cde1 (diff)
downloadhdf5-ba7d85050da94952477e5f80663e136c3733b302.zip
hdf5-ba7d85050da94952477e5f80663e136c3733b302.tar.gz
hdf5-ba7d85050da94952477e5f80663e136c3733b302.tar.bz2
[svn-r25882] Description:
More minor code cleanups, while reviewing for merge to trunk. Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Diffstat (limited to 'src/H5FDdirect.c')
-rw-r--r--src/H5FDdirect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDdirect.c b/src/H5FDdirect.c
index 66d9a0b..5f695eb 100644
--- a/src/H5FDdirect.c
+++ b/src/H5FDdirect.c
@@ -174,10 +174,10 @@ static const H5FD_class_t H5FD_direct_g = {
H5FD_direct_read, /*read */
H5FD_direct_write, /*write */
NULL, /*flush */
+ NULL, /* coordinate */
H5FD_direct_truncate, /*truncate */
NULL, /*lock */
NULL, /*unlock */
- NULL, /* coordinate */
H5FD_FLMAP_DICHOTOMY /*fl_map */
};