summaryrefslogtreecommitdiff
path: root/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'extern.h')
-rw-r--r--extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern.h b/extern.h
index 3f49ec167..fe02b446b 100644
--- a/extern.h
+++ b/extern.h
@@ -774,7 +774,7 @@ E void wallops(const char *source, const char *fmt, ...)
E void notice(const char *source, const char *dest, const char *fmt, ...)
FORMAT(printf,3,4);
-E void notice_server(const char *source, Server * s, const char *fmt, ...)
+E void notice_server(const char *source, Server *s, const char *fmt, ...)
FORMAT(printf,3,4);
E void notice_user(const char *source, User *u, const char *fmt, ...)
FORMAT(printf,3,4);