src/h5core/h5b_readwrite.c: fix early return in _select_hyperslab_for_writing()

This commit is contained in:
2015-06-18 14:58:17 +02:00
parent cc0135b4fc
commit 7c2a315760
+2 -2
View File
@@ -100,8 +100,8 @@ _select_hyperslab_for_writing (
) {
H5_PRIV_FUNC_ENTER (h5_err_t, "f=%p", f);
/*
re-use existing hyperslab
*/
re-use existing hyperslab
*/
if ( f->b->shape >= 0 )
H5_PRIV_FUNC_LEAVE (H5_SUCCESS);