diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-12-29 15:43:39 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-12-29 15:43:39 (GMT) |
commit | 5e26cd2d824ea05e5ae5ca3aebaa439a9b80e7fc (patch) | |
tree | 2ed2abb8653e179ae03d54d17b265b328e9bfcdd /src/H5FS.c | |
parent | 890e1f3263c450fe6ed4f65f7bbdb46f456a8098 (diff) | |
parent | da2f1610d1f2cba40770aee6d0d6fbc8196645ae (diff) | |
download | hdf5-5e26cd2d824ea05e5ae5ca3aebaa439a9b80e7fc.zip hdf5-5e26cd2d824ea05e5ae5ca3aebaa439a9b80e7fc.tar.gz hdf5-5e26cd2d824ea05e5ae5ca3aebaa439a9b80e7fc.tar.bz2 |
Merge pull request #223 in HDFFV/hdf5 from develop_merge_cache_image_02 to develop
Merged normalizations w/ cache_image branch.
* commit 'da2f1610d1f2cba40770aee6d0d6fbc8196645ae':
More normalizations against incoming cache image branch.
Diffstat (limited to 'src/H5FS.c')
-rw-r--r-- | src/H5FS.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,7 @@ HDfprintf(stderr, "%s: Expunging free space section info from cache\n", FUNC); if(H5AC_expunge_entry(f, dxpl_id, H5AC_FSPACE_SINFO, fspace->sect_addr, cache_flags) < 0) HGOTO_ERROR(H5E_HEAP, H5E_CANTREMOVE, FAIL, "unable to remove free space section info from cache") - } + } /* end block */ #ifdef H5FS_DEBUG HDfprintf(stderr, "%s: Done expunging free space section info from cache\n", FUNC); |