summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-03-14 13:25:55 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-03-14 13:25:55 (GMT)
commitf70b7c4644afb5dfd73b1ad0c37396590c2e4873 (patch)
tree399f6b1c169a14b10fdfed271fec88b0f9c55291
parent37fc5d1f28e9ad0c8b2149ecb265fa0785e01b78 (diff)
downloadhdf5-f70b7c4644afb5dfd73b1ad0c37396590c2e4873.zip
hdf5-f70b7c4644afb5dfd73b1ad0c37396590c2e4873.tar.gz
hdf5-f70b7c4644afb5dfd73b1ad0c37396590c2e4873.tar.bz2
[svn-r24796] missed terminating some ifdefs.
-rw-r--r--src/H5VLiod_index.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5VLiod_index.c b/src/H5VLiod_index.c
index b0e458e..af2de59 100644
--- a/src/H5VLiod_index.c
+++ b/src/H5VLiod_index.c
@@ -302,3 +302,6 @@ done:
FUNC_LEAVE_NOAPI_VOID
} /* end H5VL_iod_server_dset_remove_index_info_cb() */
+
+#endif /* H5_HAVE_INDEXING */
+#endif /* H5_HAVE_EFF */