1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:57:45 +02:00

misplaced comment

This commit is contained in:
Jfreegman 2013-09-17 19:15:29 -04:00
parent 42de821e3c
commit 4e5e3be95f

View File

@ -256,8 +256,7 @@ void disable_chatwin(int f_num)
friends[f_num].chatwin = -1;
}
/* Returns the respective friend number of name. Returns -1 on no match
This should be used instead of tox_getname for retrieving */
/* Returns the respective friend number of name. Returns -1 on no match */
int get_friendnum(uint8_t *name)
{
int i;