summaryrefslogtreecommitdiff
path: root/console.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-22 22:47:58 +0000
committertron <tron@openttd.org>2005-01-22 22:47:58 +0000
commit97f893ae2f262fc0521b785b8cf73661f1ce6f95 (patch)
tree078e42c5f2a6e1d8ef465541334a5c00039419e1 /console.c
parentc1edc5b9c8244410fdad78586c54031ab18e3f97 (diff)
downloadopenttd-97f893ae2f262fc0521b785b8cf73661f1ce6f95.tar.xz
(svn r1596) Add some more statics
Diffstat (limited to 'console.c')
-rw-r--r--console.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/console.c b/console.c
index 224e20fb3..b1c2b4eeb 100644
--- a/console.c
+++ b/console.c
@@ -590,7 +590,8 @@ _iconsole_alias* IConsoleAliasGet(const char* name)
return NULL;
}
-void IConsoleAliasExec(const char* cmdline, char* tokens[20], byte tokentypes[20]) {
+static void IConsoleAliasExec(const char* cmdline, char* tokens[20], byte tokentypes[20])
+{
char* lines[ICON_MAX_ALIAS_LINES];
char* linestream;
char* linestream_s;