aboutsummaryrefslogtreecommitdiffstats
path: root/irc_im.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc_im.c')
-rw-r--r--irc_im.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc_im.c b/irc_im.c
index 26d826bd..ccf0d55c 100644
--- a/irc_im.c
+++ b/irc_im.c
@@ -73,7 +73,7 @@ static gboolean bee_irc_user_new( bee_t *bee, bee_user_t *bu )
static gboolean bee_irc_user_free( bee_t *bee, bee_user_t *bu )
{
- return irc_user_free( bee->ui_data, bu->ui_data );
+ return irc_user_free( bee->ui_data, (irc_user_t *) bu->ui_data );
}
static gboolean bee_irc_user_status( bee_t *bee, bee_user_t *bu, bee_user_t *old )