diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-09-09 05:26:45 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-09-09 05:26:45 (GMT) |
commit | 2132f544596c2e12e86cebf4c1cc6b1d38ffa80d (patch) | |
tree | d17ac23bffa90dd2f7b0880f76b8fdc860023f37 /src/H5Fsuper.c | |
parent | 776b41a62a329222db2fd43a550139c5d3cc80fa (diff) | |
download | hdf5-2132f544596c2e12e86cebf4c1cc6b1d38ffa80d.zip hdf5-2132f544596c2e12e86cebf4c1cc6b1d38ffa80d.tar.gz hdf5-2132f544596c2e12e86cebf4c1cc6b1d38ffa80d.tar.bz2 |
[svn-r27707] Description:
Misc. minor cleanups in preparation for merging "metadata rings" branch to
trunk.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(Too minor to require h5committest)
Diffstat (limited to 'src/H5Fsuper.c')
-rw-r--r-- | src/H5Fsuper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fsuper.c b/src/H5Fsuper.c index ce3f2ea..2262ccd 100644 --- a/src/H5Fsuper.c +++ b/src/H5Fsuper.c @@ -222,7 +222,7 @@ H5F_super_ext_close(H5F_t *f, H5O_loc_t *ext_ptr, hid_t dxpl_id, /* Decrement refcount on superblock extension's object header in memory */ if(H5O_dec_rc_by_loc(ext_ptr, dxpl_id) < 0) - HDONE_ERROR(H5E_FILE, H5E_CANTDEC, FAIL, "unable to decrement refcount on superblock extension") + HGOTO_ERROR(H5E_FILE, H5E_CANTDEC, FAIL, "unable to decrement refcount on superblock extension"); } /* end if */ /* Twiddle the number of open objects to avoid closing the file. */ |