summaryrefslogtreecommitdiff
path: root/src/map/log.h
diff options
context:
space:
mode:
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;