mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed small issue.
This commit is contained in:
parent
576e5ee703
commit
f5eca31637
|
@ -45,7 +45,7 @@
|
|||
|
||||
#define c_sleep(x) usleep(1000*x)
|
||||
|
||||
void print_online(Tox *tox, uint32_t friendnumber, uint8_t status, void *userdata)
|
||||
void print_online(Tox *tox, uint32_t friendnumber, TOX_CONNECTION status, void *userdata)
|
||||
{
|
||||
if (status)
|
||||
printf("\nOther went online.\n");
|
||||
|
|
Loading…
Reference in New Issue
Block a user