summaryrefslogtreecommitdiff
path: root/src/map/log.h
diff options
context:
space:
mode:
authoreathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-24 15:17:49 +0000
committereathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-24 15:17:49 +0000
commit7157ce9ba626dd87fd63937d13b0a0ac6368afb9 (patch)
tree11744c84b1700f2475a70c61d2c7853ca7d81f4a /src/map/log.h
parent68d8ee552a2b39cd0c5b2fc75c1335d221f68010 (diff)
downloadhercules-7157ce9ba626dd87fd63937d13b0a0ac6368afb9.tar.gz
hercules-7157ce9ba626dd87fd63937d13b0a0ac6368afb9.tar.bz2
hercules-7157ce9ba626dd87fd63937d13b0a0ac6368afb9.tar.xz
hercules-7157ce9ba626dd87fd63937d13b0a0ac6368afb9.zip
* Merged changes up to eAthena 15041.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15249 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/log.h')
-rw-r--r--src/map/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/log.h b/src/map/log.h
index 89869c2b4..25a5ebf24 100644
--- a/src/map/log.h
+++ b/src/map/log.h
@@ -68,7 +68,7 @@ int log_config_read(char *cfgName);
extern struct Log_Config
{
- enum e_log_pick_type enable_logs;
+ e_log_pick_type enable_logs;
int filter;
bool sql_logs;
bool log_chat_woe_disable;