Cleanup. Fixed the last warnings in GLDebug.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2719 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2007-10-05 19:10:43 +00:00
parent b38ba2f1f1
commit 82fcde59e1
3 changed files with 33 additions and 35 deletions

View file

@ -65,7 +65,7 @@ static void Validation_Version(void)
{
char sr[256];
char *s = sr;
char *auth;
char *auth = "";
char authbuf[256];
extern cvar_t r_shadow_realtime_world, r_drawflat;