mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 02:23:01 +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;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
|
Loading…
Reference in New Issue
Block a user