summaryrefslogtreecommitdiff
path: root/console.c
diff options
context:
space:
mode:
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;