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 c688ccff..af2cb492 100644
--- a/toxcore/group.c
+++ b/toxcore/group.c
@@ -1149,7 +1149,7 @@ int group_new_peer_send(const Group_Chats *g_c, int groupnumber, uint16_t peer_n
1149 * return 0 on success 1149 * return 0 on success
1150 * return -1 on failure 1150 * return -1 on failure
1151 */ 1151 */
1152int group_kill_peer_send(const Group_Chats *g_c, int groupnumber, uint16_t peer_num) 1152static int group_kill_peer_send(const Group_Chats *g_c, int groupnumber, uint16_t peer_num)
1153{ 1153{
1154 uint8_t packet[GROUP_MESSAGE_KILL_PEER_LENGTH]; 1154 uint8_t packet[GROUP_MESSAGE_KILL_PEER_LENGTH];
1155 1155