added braces around initialization of subobjects for clarity
[open-adventure.git] / 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++) {