diff options
-rw-r--r-- | libempathy/empathy-tp-chat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index 1bee75ed8..1df1cf8a9 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -914,7 +914,8 @@ tp_chat_group_members_changed_cb (TpChannel *self, EmpathyTpChat *chat) { EmpathyTpChatPriv *priv = GET_PRIV (chat); - EmpathyContact *contact, *actor_contact = NULL; + EmpathyContact *contact; + EmpathyContact *actor_contact = NULL; guint i; if (actor != 0) { |