summaryrefslogtreecommitdiffstats
path: root/test/tarray.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tarray.c')
-rw-r--r--test/tarray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tarray.c b/test/tarray.c
index 5978d9f..b5ce921 100644
--- a/test/tarray.c
+++ b/test/tarray.c
@@ -2245,5 +2245,5 @@ cleanup_array(void)
{
H5Fdelete(FILENAME, H5P_DEFAULT);
}
- H5E_END_TRY;
+ H5E_END_TRY
} /* end cleanup_array() */