projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
092f478
)
added braces around initialization of subobjects for clarity
author
Michael Jarvis
<Michael@Jarvis.com>
Fri, 2 Jun 2017 03:47:47 +0000
(22:47 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Fri, 2 Jun 2017 12:44:40 +0000
(08:44 -0400)
misc.c
patch
|
blob
|
history
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++) {