From 1d14abd87580a7ebbba753d22ba6517987dd5b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 31 Dec 2015 05:01:44 +0100 Subject: [PATCH] Cleanup --- kike.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kike.c b/kike.c index 6cc3bcb..c81d91c 100644 --- a/kike.c +++ b/kike.c @@ -1784,7 +1784,7 @@ mode_processor_do_user (struct mode_processor *self, int mode) target, self->channel->name); else if (irc_modify_mode (&target_user->modes, mode, self->adding)) { - str_append_c (self->output, self->mode_char); \ + str_append_c (self->output, self->mode_char); str_vector_add (self->output_params, client->nickname); } }