From: Michael Jarvis Date: Fri, 2 Jun 2017 03:47:47 +0000 (-0500) Subject: added braces around initialization of subobjects for clarity X-Git-Tag: 0.90~36 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=44c444d6389d2342dca94f5fbe8c9de540a83c7b added braces around initialization of subobjects for clarity --- diff --git a/misc.c b/misc.c index c16a300..3aca465 100644 --- 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++) {