diff options
Diffstat (limited to 'test/flush1.c')
-rw-r--r-- | test/flush1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/flush1.c b/test/flush1.c index f0f1093..f9fcf9c 100644 --- a/test/flush1.c +++ b/test/flush1.c @@ -99,7 +99,7 @@ error: H5Gclose(gid); H5Gclose(top_gid); } - H5E_END_TRY; + H5E_END_TRY return -1; } /* end create_file() */ @@ -163,7 +163,7 @@ error: H5Sclose(sid); H5Dclose(did); } - H5E_END_TRY; + H5E_END_TRY HDfree(data); @@ -330,7 +330,7 @@ error: { H5Pclose(fapl_id); } - H5E_END_TRY; + H5E_END_TRY HDexit(EXIT_FAILURE); } /* end main() */ |