summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1998-01-30 22:24:07 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1998-01-30 22:24:07 (GMT)
commitd9329a23aab4d941956ac421b11eb009a2deb32b (patch)
treea464334095d7c9c1f37aebc4e1600debe0b80202 /src
parent8d800ef654e0d8d88a3c891f1378cb55a8d03d51 (diff)
downloadhdf5-d9329a23aab4d941956ac421b11eb009a2deb32b.zip
hdf5-d9329a23aab4d941956ac421b11eb009a2deb32b.tar.gz
hdf5-d9329a23aab4d941956ac421b11eb009a2deb32b.tar.bz2
[svn-r208] Just added in a missing bracket, just to make vi-matching happier.
Diffstat (limited to 'src')
-rw-r--r--src/H5Psimp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Psimp.c b/src/H5Psimp.c
index a6ecaf2..f9caccd 100644
--- a/src/H5Psimp.c
+++ b/src/H5Psimp.c
@@ -128,6 +128,7 @@ H5P_simp_fgath (H5F_t *f, const struct H5O_layout_t *layout,
hsize, sample))<0) {
HRETURN_ERROR (H5E_DATASPACE, H5E_CANTINIT, 0,
"unable to retrieve hyperslab parameters");
+ }
#else
if ((space_ndims=H5P_get_hyperslab (file_space, file_offset_signed,
hsize, sample))<0) {