summaryrefslogtreecommitdiffstats
path: root/src/H5B2.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-09-24 12:55:05 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-09-24 12:55:05 (GMT)
commit5b07855b2d73b0f55b0e45b46bdbf72389b1a1ca (patch)
tree53d9f6ebb58dda1102d35aa85d5600f7fa143260 /src/H5B2.c
parentd8aa6761758bcaf29486b4ece50ebb761ca11c8e (diff)
parent5c99d4e4df67699b81f1323e27a4df935d90e465 (diff)
downloadhdf5-5b07855b2d73b0f55b0e45b46bdbf72389b1a1ca.zip
hdf5-5b07855b2d73b0f55b0e45b46bdbf72389b1a1ca.tar.gz
hdf5-5b07855b2d73b0f55b0e45b46bdbf72389b1a1ca.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '5c99d4e4df67699b81f1323e27a4df935d90e465': Normalization with vol_integration (misc internal and datatype)
Diffstat (limited to 'src/H5B2.c')
-rw-r--r--src/H5B2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5B2.c b/src/H5B2.c
index 1f964b8..cf8e4a9 100644
--- a/src/H5B2.c
+++ b/src/H5B2.c
@@ -220,7 +220,7 @@ H5B2_open(H5F_t *f, haddr_t addr, void *ctx_udata)
/* Look up the B-tree header */
if(NULL == (hdr = H5B2__hdr_protect(f, addr, ctx_udata, H5AC__READ_ONLY_FLAG)))
- HGOTO_ERROR(H5E_BTREE, H5E_CANTPROTECT, NULL, "unable to protect v2 B-tree header")
+ HGOTO_ERROR(H5E_BTREE, H5E_CANTPROTECT, NULL, "unable to protect v2 B-tree header")
/* Check for pending heap deletion */
if(hdr->pending_delete)