summaryrefslogtreecommitdiff
path: root/src/map/tmw.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/tmw.hpp')
-rw-r--r--src/map/tmw.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/tmw.hpp b/src/map/tmw.hpp
index 879d123..a5b198c 100644
--- a/src/map/tmw.hpp
+++ b/src/map/tmw.hpp
@@ -4,8 +4,7 @@
#include "map.hpp"
int tmw_CheckChatSpam(struct map_session_data *sd, const char *message);
-__attribute__((format(printf, 1, 2)))
-void tmw_GmHackMsg(const char *fmt, ...);
+void tmw_GmHackMsg(const_string line);
void tmw_TrimStr(char *str);
#endif // TMW_HPP