added braces around initialization of subobjects for clarity

This commit is contained in:
Michael Jarvis 2017-06-01 22:47:47 -05:00 committed by Eric S. Raymond
parent 092f478790
commit 44c444d638

2
misc.c
View file

@ -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++) {