aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--irc_im.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc_im.c b/irc_im.c
index f9c1b865..dcba6f8f 100644
--- a/irc_im.c
+++ b/irc_im.c
@@ -122,7 +122,7 @@ void bee_irc_channel_update( irc_t *irc, irc_channel_t *ic, irc_user_t *iu )
{
struct irc_control_channel *icc;
GSList *l;
- gboolean show;
+ gboolean show = FALSE;
if( ic == NULL )
{