summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
diff options
context:
space:
mode:
authormainzer <mainzer#hdfgroup.org>2017-03-17 09:36:05 (GMT)
committermainzer <mainzer#hdfgroup.org>2017-03-17 09:36:05 (GMT)
commitb7c58f7dfca66d4caa26d7f8b318ad3514b8c46f (patch)
treec9b012bcb318457a687c2c1f3cbe5be6242215aa /src/H5Fint.c
parent9764970d2682352060d4a8febc42b3c06286c2b6 (diff)
downloadhdf5-b7c58f7dfca66d4caa26d7f8b318ad3514b8c46f.zip
hdf5-b7c58f7dfca66d4caa26d7f8b318ad3514b8c46f.tar.gz
hdf5-b7c58f7dfca66d4caa26d7f8b318ad3514b8c46f.tar.bz2
Minor code changes to address comments in pull request
Diffstat (limited to 'src/H5Fint.c')
-rw-r--r--src/H5Fint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fint.c b/src/H5Fint.c
index 3a2b422..444d409 100644
--- a/src/H5Fint.c
+++ b/src/H5Fint.c
@@ -1014,7 +1014,7 @@ H5F__dest(H5F_t *f, hid_t meta_dxpl_id, hid_t raw_dxpl_id, hbool_t flush)
HDONE_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "can't get property list")
/* Shutdown the page buffer cache */
- if(H5PB_dest(f, &fio_info) < 0)
+ if(H5PB_dest(&fio_info) < 0)
/* Push error, but keep going*/
HDONE_ERROR(H5E_FILE, H5E_CANTRELEASE, FAIL, "problems closing page buffer cache")