summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r--toxcore/tox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c
index 9ec472c0..463238b5 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -179,7 +179,7 @@ Tox *tox_new(const struct Tox_Options *options, TOX_ERR_NEW *error)
179{ 179{
180 Messenger_Options m_options = {0}; 180 Messenger_Options m_options = {0};
181 181
182 _Bool load_savedata_sk = 0, load_savedata_tox = 0; 182 bool load_savedata_sk = 0, load_savedata_tox = 0;
183 183
184 if (options == NULL) { 184 if (options == NULL) {
185 m_options.ipv6enabled = TOX_ENABLE_IPV6_DEFAULT; 185 m_options.ipv6enabled = TOX_ENABLE_IPV6_DEFAULT;