summaryrefslogtreecommitdiffstats
path: root/testpar/t_pflush2.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/t_pflush2.c')
-rw-r--r--testpar/t_pflush2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/t_pflush2.c b/testpar/t_pflush2.c
index af2e57d..e2c12e9 100644
--- a/testpar/t_pflush2.c
+++ b/testpar/t_pflush2.c
@@ -187,7 +187,7 @@ main(int argc, char *argv[])
/* Check the case where the file was flushed */
h5_fixname(FILENAME[0], fapl_id1, name, sizeof(name));
if (check_test_file(name, sizeof(name), fapl_id1)) {
- H5_FAILED()
+ H5_FAILED();
goto error;
}
else if (mpi_rank == 0) {
@@ -208,7 +208,7 @@ main(int argc, char *argv[])
PASSED();
}
else {
- H5_FAILED()
+ H5_FAILED();
goto error;
}