changeset 4840 | a76d40e0aea4 |
parent 4830 | 668bcb0a30b2 |
child 4848 | 45f848b46222 |
4839:7b645d57a84f | 4840:a76d40e0aea4 |
---|---|
123 |
123 |
124 *lenp = len; |
124 *lenp = len; |
125 return mem; |
125 return mem; |
126 } |
126 } |
127 |
127 |
128 extern const char _openttd_revision[]; |
|
129 |
|
130 static void showhelp(void) |
128 static void showhelp(void) |
131 { |
129 { |
130 extern const char _openttd_revision[]; |
|
132 char buf[4096], *p; |
131 char buf[4096], *p; |
133 |
132 |
134 p = buf; |
133 p = buf; |
135 |
134 |
136 p += sprintf(p, "OpenTTD %s\n", _openttd_revision); |
135 p += sprintf(p, "OpenTTD %s\n", _openttd_revision); |