summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 4abc44ca..ed15a4e5 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -16,7 +16,7 @@ static const char * const chess_type[3] = {
#endif
int
-kill_user(int num, char *userid)
+kill_user(int num, const char *userid)
{
userec_t u;
char src[256], dst[256];