[svn-r182] Fixed typo...

This commit is contained in:
Quincey Koziol 1998-01-28 07:47:59 -05:00
parent b1f57d906e
commit 2102520e90

View File

@ -914,7 +914,7 @@ H5Pset_space(hid_t sid, intn rank, const size_t *dims)
H5MM_xfree(space->h.start);
H5MM_xfree(space->h.count);
H5MM_xfree(space->h.stride);
space->hslab=FALSE;
space->hslab_def=FALSE;
} /* end if */