Fixed compilation warning: deprecated conversion from string constant to ‘char*’

This commit is contained in:
Pali Rohár 2011-05-28 00:28:16 +02:00
parent 928dda87da
commit 1da7882518

View file

@ -46,7 +46,7 @@
-- Variables
----------------------------------------------------------------------------*/
static char *dbfile = "metaserver.db";
static const char *dbfile = "metaserver.db";
static sqlite3 *DB;
#define SQLCreatePlayersTable \