1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 13:37:47 +02:00

Fix typo.

This commit is contained in:
AZ Huang 2013-11-29 23:38:43 +08:00
parent 8c0ad1ef80
commit 7ee84ce5e1

View File

@ -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;