summaryrefslogtreecommitdiffstats
path: root/src/H5Tcompound.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-04-26 13:54:16 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-04-26 13:54:16 (GMT)
commit4fa0c3f5bc09d0948e1dde9c3ed3ebc700109936 (patch)
treed1e744b20d6e3be194ae760fe68f337c54697f50 /src/H5Tcompound.c
parentaa38a1386e805c39f93a6373c84957629b2a6e23 (diff)
downloadhdf5-4fa0c3f5bc09d0948e1dde9c3ed3ebc700109936.zip
hdf5-4fa0c3f5bc09d0948e1dde9c3ed3ebc700109936.tar.gz
hdf5-4fa0c3f5bc09d0948e1dde9c3ed3ebc700109936.tar.bz2
[svn-r8422] Purpose:
Undo the mysterous changes. Description: Somehow something changed this file during snapshot release. Undo the change. Platforms tested: No test since it is a simple editing. Misc. update:
Diffstat (limited to 'src/H5Tcompound.c')
-rw-r--r--src/H5Tcompound.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Tcompound.c b/src/H5Tcompound.c
index f62f794..3a1c64f 100644
--- a/src/H5Tcompound.c
+++ b/src/H5Tcompound.c
@@ -253,8 +253,7 @@ H5Tget_member_type(hid_t type_id, unsigned membno)
HGOTO_ERROR(H5E_DATATYPE, H5E_CANTREGISTER, FAIL, "unable register datatype atom")
done:
- if(ret_value<0)
-{
+ if(ret_value<0) {
if(memb_dt!=NULL)
if(H5T_close(memb_dt)<0)
HDONE_ERROR(H5E_DATATYPE, H5E_CANTCLOSEOBJ, FAIL, "can't close datatype")