mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r208] Just added in a missing bracket, just to make vi-matching happier.
This commit is contained in:
parent
8d800ef654
commit
d9329a23aa
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user