From 16dfef6c5fe28d9008a304d4f5f650d7ac1dfbcd Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 6 Apr 2013 20:56:17 -0300 Subject: Fixed Bug #7149 Fixed warning in clang, all credits to mkbu95 for figuring it out http://hercules.ws/board/tracker/issue-7149-bug-in-clang-crashing-with-new-channel-system/ Signed-off-by: shennetsind --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 7780d12e7..d878de709 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -8861,7 +8861,7 @@ ACMD_FUNC(join) { return 0; } /* [Ind/Hercules] */ -inline void atcmd_channel_help(int fd, const char *command, bool can_create) { +static inline void atcmd_channel_help(int fd, const char *command, bool can_create) { sprintf(atcmd_output, msg_txt(1404),command); // %s failed. clif->message(fd, atcmd_output); clif->message(fd, msg_txt(1414));// --- Available options: -- cgit v1.2.3-70-g09d2