summaryrefslogtreecommitdiffstats
path: root/src/H5Ofsinfo.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-06 22:08:28 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-06 22:08:28 (GMT)
commit7391f5f26c0893bb56e0d122c459e77796e2ed9b (patch)
tree792c5e4f5d3210dca491df119e99cc4d78f7dbd0 /src/H5Ofsinfo.c
parentb2c90cc84ec84f51233d69f5eb951d48ba20d37e (diff)
parent482ade4657c34188532a5b19664f37dcd3319edd (diff)
downloadhdf5-7391f5f26c0893bb56e0d122c459e77796e2ed9b.zip
hdf5-7391f5f26c0893bb56e0d122c459e77796e2ed9b.tar.gz
hdf5-7391f5f26c0893bb56e0d122c459e77796e2ed9b.tar.bz2
Merge branch 'develop' into file_locking_squash_2
Diffstat (limited to 'src/H5Ofsinfo.c')
-rw-r--r--src/H5Ofsinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ofsinfo.c b/src/H5Ofsinfo.c
index 78e8e19..e2fa4e5 100644
--- a/src/H5Ofsinfo.c
+++ b/src/H5Ofsinfo.c
@@ -110,7 +110,7 @@ H5O_fsinfo_decode(H5F_t *f, H5O_t H5_ATTR_UNUSED *open_oh,
/* Allocate space for message */
if(NULL == (fsinfo = H5FL_CALLOC(H5O_fsinfo_t)))
- HGOTO_ERROR(H5E_RESOURCE, H5E_NOSPACE, NULL, "memory allocation failed")
+ HGOTO_ERROR(H5E_RESOURCE, H5E_NOSPACE, NULL, "memory allocation failed")
for(ptype = H5F_MEM_PAGE_SUPER; ptype < H5F_MEM_PAGE_NTYPES; ptype++)
fsinfo->fs_addr[ptype - 1] = HADDR_UNDEF;