mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 02:33:03 +01:00
Fix typo.
This commit is contained in:
parent
8c0ad1ef80
commit
7ee84ce5e1
@ -202,7 +202,7 @@ void cmd_myid(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MA
|
||||
{
|
||||
char id[TOX_FRIEND_ADDRESS_SIZE * 2 + 1] = {0};
|
||||
uint8_t address[TOX_FRIEND_ADDRESS_SIZE];
|
||||
tox_add_address(m, address);
|
||||
tox_get_address(m, address);
|
||||
|
||||
size_t i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user