diff options
Diffstat (limited to 'src/language.c')
-rw-r--r-- | src/language.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/language.c b/src/language.c index 23fe39286..c1a8541a5 100644 --- a/src/language.c +++ b/src/language.c @@ -258,8 +258,7 @@ int strftime_lang(char *buf, int size, User * u, int format, struct tm *tm) /* Send a syntax-error message to the user. */ -void syntax_error(const char *service, User * u, const char *command, - int msgnum) +void syntax_error(char *service, User * u, char *command, int msgnum) { const char *str = getstring(u->na, msgnum); notice_lang(service, u, SYNTAX_ERROR, str); |