summaryrefslogtreecommitdiffstats
path: root/src/H5Tenum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tenum.c')
-rw-r--r--src/H5Tenum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tenum.c b/src/H5Tenum.c
index fa083a6..3a1e51a 100644
--- a/src/H5Tenum.c
+++ b/src/H5Tenum.c
@@ -505,7 +505,7 @@ H5T__enum_valueof(const H5T_t *dt, const char *name, void *value /*out*/)
done:
if (copied_dt)
if (H5T_close_real(copied_dt) < 0)
- HDONE_ERROR(H5E_DATATYPE, H5E_CANTCLOSEOBJ, FAIL, "unable to close data type")
+ HDONE_ERROR(H5E_DATATYPE, H5E_CANTCLOSEOBJ, FAIL, "unable to close data type");
FUNC_LEAVE_NOAPI(ret_value)
}