summaryrefslogtreecommitdiff
path: root/src/common/core.c
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-19 13:29:30 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-19 13:29:30 +0000
commit9dc56236f063180abd3d8af2627eb51db5b6a273 (patch)
tree0337c5bb1073981d0f8364451a1de973e6e0609a /src/common/core.c
parent1588eefb6be4303a88804a8079c47c29239bc01e (diff)
downloadhercules-9dc56236f063180abd3d8af2627eb51db5b6a273.tar.gz
hercules-9dc56236f063180abd3d8af2627eb51db5b6a273.tar.bz2
hercules-9dc56236f063180abd3d8af2627eb51db5b6a273.tar.xz
hercules-9dc56236f063180abd3d8af2627eb51db5b6a273.zip
Fixed some gcc4 warnings
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8808 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/core.c')
-rw-r--r--src/common/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/core.c b/src/common/core.c
index b35551d39..84afef003 100644
--- a/src/common/core.c
+++ b/src/common/core.c
@@ -33,7 +33,7 @@ char **arg_v = NULL;
char *SERVER_NAME = NULL;
char SERVER_TYPE = ATHENA_SERVER_NONE;
static void (*term_func)(void) = NULL;
-#ifdef SVNVERSION
+#ifndef SVNVERSION
static char eA_svn_version[10];
#endif
/*======================================