summaryrefslogtreecommitdiff
path: root/src/map/tmw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/tmw.c')
-rw-r--r--src/map/tmw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/tmw.c b/src/map/tmw.c
index c04c9c8..3487c1d 100644
--- a/src/map/tmw.c
+++ b/src/map/tmw.c
@@ -8,7 +8,6 @@
#include "../common/socket.h"
#include "../common/timer.h"
-#include "../common/malloc.h"
#include "../common/version.h"
#include "../common/nullpo.h"
@@ -30,7 +29,7 @@
#include "skill.h"
#include "storage.h"
#include "trade.h"
-
+
int tmw_CheckChatSpam (struct map_session_data *sd, char *message)
{
nullpo_retr (1, sd);