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 a4e2254a..f8d29bfc 100644
--- a/testing/irc_syncbot.c
+++ b/testing/irc_syncbot.c
@@ -349,7 +349,7 @@ int main(int argc, char *argv[])
349 } 349 }
350 } 350 }
351 351
352 tox_iterate(tox); 352 tox_iterate(tox, NULL);
353 usleep(1000 * 50); 353 usleep(1000 * 50);
354 } 354 }
355 355