summaryrefslogtreecommitdiff
path: root/Modules/FindMPI/test_mpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FindMPI/test_mpi.c')
-rw-r--r--Modules/FindMPI/test_mpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindMPI/test_mpi.c b/Modules/FindMPI/test_mpi.c
index 70d7e1d3e0..36b5dfd4ed 100644
--- a/Modules/FindMPI/test_mpi.c
+++ b/Modules/FindMPI/test_mpi.c
@@ -7,7 +7,7 @@
#endif
#if defined(MPI_VERSION) && defined(MPI_SUBVERSION)
-const static char mpiver_str[] = { 'I', 'N',
+static const char mpiver_str[] = { 'I', 'N',
'F', 'O',
':', 'M',
'P', 'I',