1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 17:27:46 +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; 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;