[svn-r208] Just added in a missing bracket, just to make vi-matching happier.

This commit is contained in:
Albert Cheng 1998-01-30 17:24:07 -05:00
parent 8d800ef654
commit d9329a23aa

View File

@ -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) {