summaryrefslogtreecommitdiff
path: root/src/ircd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ircd.c')
-rw-r--r--src/ircd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ircd.c b/src/ircd.c
index d6c777f05..52fb8fbbc 100644
--- a/src/ircd.c
+++ b/src/ircd.c
@@ -272,7 +272,7 @@ void anope_cmd_notice2(char *source, char *dest, char *msg)
ircdproto.ircd_cmd_notice2(source, dest, msg);
}
-void anope_cmd_action(char *source, char *dest, const char *fmt, ...)
+void anope_cmd_action(char *source, char *dest, const char *fmt, ...)
{
va_list args;
char buf[BUFSIZE];