summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-06-02 19:56:12 -0400
committerirungentoo <irungentoo@gmail.com>2015-06-02 19:56:12 -0400
commit097422a02c3f67edd98833f65e57d76f06c18766 (patch)
tree10df2b332c84287dce0877384db4f49559889b8d /toxcore
parent17f73765811e4d13d82cc6dceb864225779e0058 (diff)
Small change.
Diffstat (limited to 'toxcore')
-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