summaryrefslogtreecommitdiff
path: root/testing/irc_syncbot.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/irc_syncbot.c')
-rw-r--r--testing/irc_syncbot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/irc_syncbot.c b/testing/irc_syncbot.c
index 2d326c4b..a4e2254a 100644
--- a/testing/irc_syncbot.c
+++ b/testing/irc_syncbot.c
@@ -222,7 +222,7 @@ Tox *init_tox(int argc, char *argv[])
222 exit(0); 222 exit(0);
223 } 223 }
224 224
225 Tox *tox = tox_new(0, 0, 0, 0); 225 Tox *tox = tox_new(0, 0);
226 226
227 if (!tox) 227 if (!tox)
228 exit(1); 228 exit(1);