diff options
Diffstat (limited to 'src/language.c')
-rw-r--r-- | src/language.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/language.c b/src/language.c index bee0735f6..161332597 100644 --- a/src/language.c +++ b/src/language.c @@ -293,7 +293,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(char *service, User * u, char *command, int msgnum) +void syntax_error(char *service, User * u, const char *command, int msgnum) { const char *str; |