summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-23 13:45:51 -0400
committerirungentoo <irungentoo@gmail.com>2013-09-23 13:45:51 -0400
commit5d25bc100c5d251d28c5b5faa88917cc9e29ed5a (patch)
tree5c840caa7e8eef20272f91426d5a105bb8391633
parent47aa8b0505d96f1325c1f807e1ab7df7aeab7833 (diff)
Fixed typo.
-rw-r--r--toxcore/Messenger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index b5da12ba..d8cd950d 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -705,7 +705,7 @@ static void group_message_function(Group_Chat *chat, int peer_number, uint8_t *m
705 } 705 }
706 706
707 if (m->group_message) 707 if (m->group_message)
708 (*m->group_message)(m, i, peer_number, message, length, m->group_invite_userdata); 708 (*m->group_message)(m, i, peer_number, message, length, m->group_message_userdata);
709} 709}
710 710
711/* Creates a new groupchat and puts it in the chats array. 711/* Creates a new groupchat and puts it in the chats array.