summaryrefslogtreecommitdiffstats
path: root/test/big.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/big.c')
-rw-r--r--test/big.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/big.c b/test/big.c
index 503570d..ca8ba1f 100644
--- a/test/big.c
+++ b/test/big.c
@@ -441,7 +441,7 @@ error:
H5Sclose(mem_space);
H5Fclose(file);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (buf)
HDfree(buf);
if (out)
@@ -547,7 +547,7 @@ error:
H5Sclose(fspace);
H5Fclose(file);
}
- H5E_END_TRY;
+ H5E_END_TRY
if (buf)
HDfree(buf);
if (script)