diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-12-17 06:31:27 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-12-17 06:31:27 (GMT) |
commit | 0a00732c4d9ba64a0507fd5dfe73929496383074 (patch) | |
tree | 118510150237305430e8198140f12b297355cb63 /test/links.c | |
parent | 1ab7e61c392e471cbb3ec4cd5dfd1c375a2d4562 (diff) | |
download | hdf5-0a00732c4d9ba64a0507fd5dfe73929496383074.zip hdf5-0a00732c4d9ba64a0507fd5dfe73929496383074.tar.gz hdf5-0a00732c4d9ba64a0507fd5dfe73929496383074.tar.bz2 |
[svn-r28696] Minor normalization with revise_chunks.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/test/links.c b/test/links.c index db5922b..2886304 100644 --- a/test/links.c +++ b/test/links.c @@ -3848,7 +3848,6 @@ external_set_elink_fapl3(hbool_t new_format) { hid_t core_fapl = -1, stdio_fapl = -1; hid_t lapl_id = -1, new_lapl_id = -1, l_fapl = -1, out_fapl; - int ret; if(new_format) TESTING("H5Pset/get_fapl() (w/new group format)") @@ -3907,11 +3906,11 @@ external_set_elink_fapl3(hbool_t new_format) error: H5E_BEGIN_TRY { - H5Pclose(l_fapl); - H5Pclose(lapl_id); - H5Pclose(new_lapl_id); - H5Pclose(core_fapl); - H5Pclose(stdio_fapl); + H5Pclose(l_fapl); + H5Pclose(lapl_id); + H5Pclose(new_lapl_id); + H5Pclose(core_fapl); + H5Pclose(stdio_fapl); } H5E_END_TRY; return -1; } /* end external_set_elink_fapl3() */ |