compile fix.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4154 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2012-11-27 06:24:25 +00:00
parent ea1f452b99
commit ca9bad4f1a
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ c = *line++;
if (c == '\t')
{
int i;
char *s = Cmd_CompleteCommand(coninput_text, true, true, 0);
char *s = Cmd_CompleteCommand(coninput_text, true, true, 0, NULL);
if(s)
{
for (i = 0; i < coninput_len; i++)