summaryrefslogtreecommitdiffstats
path: root/test/cross_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cross_read.c')
-rw-r--r--test/cross_read.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cross_read.c b/test/cross_read.c
index c1073cb..2c82306 100644
--- a/test/cross_read.c
+++ b/test/cross_read.c
@@ -126,7 +126,7 @@ error:
{
H5Dclose(did);
}
- H5E_END_TRY;
+ H5E_END_TRY
return 1;
} /* end check_data_i() */
@@ -200,7 +200,7 @@ error:
{
H5Dclose(did);
}
- H5E_END_TRY;
+ H5E_END_TRY
return 1;
} /* end check_data_f() */
@@ -334,7 +334,7 @@ error:
{
H5Fclose(fid);
}
- H5E_END_TRY;
+ H5E_END_TRY
return nerrors;
} /* end check_file() */