mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed typo.
This commit is contained in:
parent
47aa8b0505
commit
5d25bc100c
|
@ -705,7 +705,7 @@ static void group_message_function(Group_Chat *chat, int peer_number, uint8_t *m
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m->group_message)
|
if (m->group_message)
|
||||||
(*m->group_message)(m, i, peer_number, message, length, m->group_invite_userdata);
|
(*m->group_message)(m, i, peer_number, message, length, m->group_message_userdata);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Creates a new groupchat and puts it in the chats array.
|
/* Creates a new groupchat and puts it in the chats array.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user