Fix compile error.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3468 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2009-11-18 21:21:56 +00:00
parent 25f3653d9f
commit b6f1cf12da
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ void VARGS SV_Error (char *error, ...)
}
#ifdef SERVERONLY
void VARGS Host_EndGame (char *message, ...)
void VARGS Host_EndGame (char *error, ...)
{
va_list argptr;
char string[1024];