diff options
author | David Young <dyoung@hdfgroup.org> | 2020-02-28 22:52:22 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-02-28 22:52:22 (GMT) |
commit | b53eb6fb29e556c482ce20fa7a21485c99beea74 (patch) | |
tree | 0d974e0d0cf6c94a86a82b54ecb3f5a48654a891 /testpar/t_pshutdown.c | |
parent | 3e93aa9514d6b0d40f5baa2f3b25c99c06333aa2 (diff) | |
download | hdf5-b53eb6fb29e556c482ce20fa7a21485c99beea74.zip hdf5-b53eb6fb29e556c482ce20fa7a21485c99beea74.tar.gz hdf5-b53eb6fb29e556c482ce20fa7a21485c99beea74.tar.bz2 |
Add semicolons to more PASSED() invocations.
Diffstat (limited to 'testpar/t_pshutdown.c')
-rw-r--r-- | testpar/t_pshutdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_pshutdown.c b/testpar/t_pshutdown.c index ddbae9e..55073c8 100644 --- a/testpar/t_pshutdown.c +++ b/testpar/t_pshutdown.c @@ -116,7 +116,7 @@ main (int argc, char **argv) if(MAINPROCESS) { if(0 == nerrors) - PASSED() + PASSED(); else H5_FAILED() } |