summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r--toxcore/tox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c
index d2d3ed34..780d9136 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -400,7 +400,8 @@ Tox *tox_new(const struct Tox_Options *options, Tox_Err_New *error)
400 400
401 Messenger_Options m_options = {0}; 401 Messenger_Options m_options = {0};
402 402
403 bool load_savedata_sk = false, load_savedata_tox = false; 403 bool load_savedata_sk = false;
404 bool load_savedata_tox = false;
404 405
405 struct Tox_Options *default_options = nullptr; 406 struct Tox_Options *default_options = nullptr;
406 407