summaryrefslogtreecommitdiffstats
path: root/src/H5Oattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Oattr.c')
-rw-r--r--src/H5Oattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oattr.c b/src/H5Oattr.c
index 5dcf690..15eb147 100644
--- a/src/H5Oattr.c
+++ b/src/H5Oattr.c
@@ -293,7 +293,7 @@ done:
if (attr) {
if (attr->shared)
if (H5A__shared_free(attr) < 0)
- HDONE_ERROR(H5E_ATTR, H5E_CANTRELEASE, NULL, "can't release attribute info")
+ HDONE_ERROR(H5E_ATTR, H5E_CANTRELEASE, NULL, "can't release attribute info");
attr = H5FL_FREE(H5A_t, attr);
}
if (extent)