1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 05:56:46 +02:00

testing groupchat stuff

This commit is contained in:
Jfreegman
2013-11-25 18:49:31 -05:00
parent 8dabfdc2da
commit 5e37ddc0f8
5 changed files with 69 additions and 10 deletions

View File

@ -25,7 +25,7 @@ static int num_selected = 0;
static int friendlist_index[MAX_FRIENDS_NUM] = {0};
int index_name_cmp(const void *n1, const void *n2)
static int index_name_cmp(const void *n1, const void *n2)
{
int res = name_compare(friends[*(int *) n1].name, friends[*(int *) n2].name);