diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-05-22 14:03:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-05-22 14:03:43 (GMT) |
commit | 0cbde329bd1dcf82c909f16bf49929a437c608a2 (patch) | |
tree | 897866ad48fa7dd411430b24cc1d28a8500e02c3 /testpar | |
parent | 56d35fd9696f379a9ce65bfe7c3b07d9bfeb1aa3 (diff) | |
download | hdf5-0cbde329bd1dcf82c909f16bf49929a437c608a2.zip hdf5-0cbde329bd1dcf82c909f16bf49929a437c608a2.tar.gz hdf5-0cbde329bd1dcf82c909f16bf49929a437c608a2.tar.bz2 |
[svn-r22388] remove unbalanced bracket
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_mpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_mpi.c b/testpar/t_mpi.c index 2644d63..fa9cf9d 100644 --- a/testpar/t_mpi.c +++ b/testpar/t_mpi.c @@ -1186,7 +1186,7 @@ main(int argc, char **argv) nerrors += ret_code; } #else - if (mpi_rank==0) { + if (mpi_rank==0) printf(" will be skipped on Windows (JIRA HDDFV-8064)\n"); #endif |