summaryrefslogtreecommitdiffstats
path: root/test/links_env.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/links_env.c')
-rw-r--r--test/links_env.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/links_env.c b/test/links_env.c
index 27e29ea..69a35f6 100644
--- a/test/links_env.c
+++ b/test/links_env.c
@@ -107,7 +107,7 @@ external_link_env(hid_t fapl, hbool_t new_format)
{
gid = H5Gopen2(fid, "ext_link", H5P_DEFAULT);
}
- H5E_END_TRY;
+ H5E_END_TRY
/* Should be able to find the target file from pathnames set via HDF5_EXT_PREFIX */
if (gid < 0) {
@@ -131,7 +131,7 @@ error:
H5Gclose(gid);
H5Fclose(fid);
}
- H5E_END_TRY;
+ H5E_END_TRY
return -1;
} /* end external_link_env() */