summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-05-15 17:17:30 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-05-15 17:17:30 (GMT)
commit64e1ed4e2869ee23ed29e31afcf7683864ce4a06 (patch)
tree80942468464e05266f8be9d296b94d4025504199 /src/H5F.c
parent5520ff138ca79bb5aa46146908773c910f767554 (diff)
parentbf53b8c95c62bb359c2671870412f1e045ee1d59 (diff)
downloadhdf5-64e1ed4e2869ee23ed29e31afcf7683864ce4a06.zip
hdf5-64e1ed4e2869ee23ed29e31afcf7683864ce4a06.tar.gz
hdf5-64e1ed4e2869ee23ed29e31afcf7683864ce4a06.tar.bz2
[svn-r27090] merge from trunk.
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 3866adc..9725d55 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -1404,6 +1404,7 @@ H5Fget_info2(hid_t obj_id, H5F_info2_t *finfo)
if(H5VL_file_optional(obj->vol_obj, obj->vol_info->vol_cls, H5AC_ind_dxpl_id, H5_REQUEST_NULL,
H5VL_FILE_GET_INFO, type, finfo) < 0)
HGOTO_ERROR(H5E_INTERNAL, H5E_CANTGET, FAIL, "unable to get file info")
+
done:
FUNC_LEAVE_API(ret_value)
} /* end H5Fget_info2() */