added braces around initialization of subobjects for clarity
This commit is contained in:
parent
35172597d4
commit
6f049d2c23
1 changed files with 1 additions and 1 deletions
2
misc.c
2
misc.c
|
@ -937,7 +937,7 @@ L10: if(MAP2[1] == 0)MPINIT();
|
||||||
#undef MPINIT
|
#undef MPINIT
|
||||||
void fMPINIT(void) {
|
void fMPINIT(void) {
|
||||||
long FIRST, I, J, LAST, VAL;
|
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++) {
|
for (I=1; I<=128; I++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue