summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r--toxcore/tox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c
index 2b412ce8..73bbe1c6 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -932,6 +932,6 @@ int tox_load(Tox *tox, const uint8_t *data, uint32_t length)
932/* Connect after loading the messenger from file */ 932/* Connect after loading the messenger from file */
933int tox_connect(Tox *tox) 933int tox_connect(Tox *tox)
934{ 934{
935 Messenger *m = tox; 935 Messenger *m = tox;
936 return messenger_connect(m); 936 return messenger_connect(m);
937} 937}