diff options
Diffstat (limited to 'src/game/g_admin.c')
-rw-r--r-- | src/game/g_admin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c index 2650d6ff..d067a1cf 100644 --- a/src/game/g_admin.c +++ b/src/game/g_admin.c @@ -365,7 +365,7 @@ static void admin_writeconfig_int( int v, fileHandle_t f ) static void admin_writeconfig( void ) { fileHandle_t f; - int i, j; + int i; int t; char levels[ MAX_STRING_CHARS ] = {""}; |