summaryrefslogtreecommitdiffstats
path: root/test/flushrefresh.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/flushrefresh.c')
-rw-r--r--test/flushrefresh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/flushrefresh.c b/test/flushrefresh.c
index 28d4638..5201404 100644
--- a/test/flushrefresh.c
+++ b/test/flushrefresh.c
@@ -1084,7 +1084,7 @@ flush_verification(const char *obj_pathname, const char *expected)
oid = H5Oopen(fid, obj_pathname, H5P_DEFAULT);
status = H5Oget_info3(oid, &oinfo, H5O_INFO_BASIC);
}
- H5E_END_TRY;
+ H5E_END_TRY
/* Compare to expected result */
if (HDstrcmp(expected, FLUSHED) == 0) {
@@ -1112,7 +1112,7 @@ flush_verification(const char *obj_pathname, const char *expected)
H5Oclose(oid);
H5Fclose(fid);
}
- H5E_END_TRY;
+ H5E_END_TRY
return SUCCEED;