summaryrefslogtreecommitdiffstats
path: root/src/H5ES.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5ES.c')
-rw-r--r--src/H5ES.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5ES.c b/src/H5ES.c
index d57302f..7370b89 100644
--- a/src/H5ES.c
+++ b/src/H5ES.c
@@ -139,7 +139,7 @@ done:
if (ret_value < 0)
/* Release newly created connector */
if (connector && H5VL_conn_dec_rc(connector) < 0)
- HDONE_ERROR(H5E_EVENTSET, H5E_CANTDEC, FAIL, "unable to decrement ref count on VOL connector")
+ HDONE_ERROR(H5E_EVENTSET, H5E_CANTDEC, FAIL, "unable to decrement ref count on VOL connector");
FUNC_LEAVE_API(ret_value)
} /* end H5ESinsert_request() */