added braces around initialization of subobjects for clarity
authorMichael Jarvis <Michael@Jarvis.com>
Fri, 2 Jun 2017 03:47:47 +0000 (22:47 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 2 Jun 2017 12:44:40 +0000 (08:44 -0400)
misc.c

diff --git a/misc.c b/misc.c
index c16a30092d64c76efd323e89091707df381aaa56..3aca465d0d5bd960095249db46e98449018057f2 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -937,7 +937,7 @@ L10:        if(MAP2[1] == 0)MPINIT();
 #undef MPINIT
 void fMPINIT(void) {
 long FIRST, I, J, LAST, VAL;
-static long RUNS[7][2] = {32,34, 39,46, 65,90, 97,122, 37,37, 48,57, 0,126};
+static long RUNS[7][2] = { {32,34}, {39,46}, {65,90}, {97,122}, {37,37}, {48,57}, {0,126} };
 
 
        for (I=1; I<=128; I++) {