Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
aitjcize committed Nov 29, 2013
1 parent 384b1b6 commit c2a54bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ void Core::start()
tox_callback_action(tox, onAction, this);

uint8_t friendAddress[TOX_FRIEND_ADDRESS_SIZE];
tox_add_address(tox, friendAddress);
tox_get_address(tox, friendAddress);

emit friendAddressGenerated(CFriendAddress::toString(friendAddress));

Expand Down

0 comments on commit c2a54bf

Please sign in to comment.