summaryrefslogtreecommitdiff
path: root/src/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel.c')
-rw-r--r--src/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel.c b/src/channel.c
index d7f524b..5661958 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -544,7 +544,7 @@ del_invite(struct Channel *chptr, struct Client *who)
* (like in get_client_name)
*/
const char *
-get_member_status(const struct Membership *ms, int combine)
+get_member_status(const struct Membership *ms, const int combine)
{
static char buffer[4];
char *p = buffer;