summaryrefslogtreecommitdiffstats
path: root/test/gen_bogus.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gen_bogus.c')
-rw-r--r--test/gen_bogus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gen_bogus.c b/test/gen_bogus.c
index c7c3964..99e459f 100644
--- a/test/gen_bogus.c
+++ b/test/gen_bogus.c
@@ -133,7 +133,7 @@ error:
H5Sclose(sid);
H5Pclose(dcpl);
}
- H5E_END_TRY;
+ H5E_END_TRY
return -1;
} /* generate_datasets() */
@@ -177,7 +177,7 @@ error:
H5Gclose(gid);
H5Fclose(fid);
}
- H5E_END_TRY;
+ H5E_END_TRY
#else /* H5O_ENABLE_BOGUS */
HDputs("H5O_ENABLE_BOGUS compiler macro not defined!");
#endif /* H5O_ENABLE_BOGUS */