mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 05:53:02 +01:00
misplaced comment
This commit is contained in:
parent
42de821e3c
commit
4e5e3be95f
@ -256,8 +256,7 @@ void disable_chatwin(int f_num)
|
|||||||
friends[f_num].chatwin = -1;
|
friends[f_num].chatwin = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Returns the respective friend number of name. Returns -1 on no match
|
/* Returns the respective friend number of name. Returns -1 on no match */
|
||||||
This should be used instead of tox_getname for retrieving */
|
|
||||||
int get_friendnum(uint8_t *name)
|
int get_friendnum(uint8_t *name)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
Reference in New Issue
Block a user