summaryrefslogtreecommitdiffstats
path: root/src/H5PB.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-06-07 10:12:36 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-06-07 10:12:36 (GMT)
commit87695c999ad7ea348ee6dc03b46b0bd345f7d7df (patch)
tree91dac228fd01ace80b8c6a9cef746ced880c27df /src/H5PB.c
parent8a2c6d868b70c56622e65cb46e163d2856e1098e (diff)
downloadhdf5-87695c999ad7ea348ee6dc03b46b0bd345f7d7df.zip
hdf5-87695c999ad7ea348ee6dc03b46b0bd345f7d7df.tar.gz
hdf5-87695c999ad7ea348ee6dc03b46b0bd345f7d7df.tar.bz2
Minor normalizations with HDF5 1.10.
Diffstat (limited to 'src/H5PB.c')
-rw-r--r--src/H5PB.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5PB.c b/src/H5PB.c
index 8ac863e..907fe82 100644
--- a/src/H5PB.c
+++ b/src/H5PB.c
@@ -314,7 +314,7 @@ H5PB_create(H5F_shared_t *f_sh, size_t size, unsigned page_buf_min_meta_perc, un
/* Allocate the new page buffering structure */
if(NULL == (page_buf = H5FL_CALLOC(H5PB_t)))
- HGOTO_ERROR(H5E_PAGEBUF, H5E_NOSPACE, FAIL, "memory allocation failed")
+ HGOTO_ERROR(H5E_PAGEBUF, H5E_NOSPACE, FAIL, "memory allocation failed")
page_buf->max_size = size;
H5_CHECKED_ASSIGN(page_buf->page_size, size_t, f_sh->fs_page_size, hsize_t);