summaryrefslogtreecommitdiff
path: root/toxcore/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/group.c')
-rw-r--r--toxcore/group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/group.c b/toxcore/group.c
index 75b8697b..1ef3d374 100644
--- a/toxcore/group.c
+++ b/toxcore/group.c
@@ -1423,7 +1423,7 @@ int group_title_get(const Group_Chats *g_c, uint32_t groupnumber, uint8_t *title
1423static void handle_friend_invite_packet(Messenger *m, uint32_t friendnumber, const uint8_t *data, uint16_t length, 1423static void handle_friend_invite_packet(Messenger *m, uint32_t friendnumber, const uint8_t *data, uint16_t length,
1424 void *userdata) 1424 void *userdata)
1425{ 1425{
1426 Group_Chats *g_c = (Group_Chats *)m->conferences_object; 1426 Group_Chats *g_c = m->conferences_object;
1427 1427
1428 if (length <= 1) { 1428 if (length <= 1) {
1429 return; 1429 return;