summaryrefslogtreecommitdiff
path: root/testing/tox_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tox_shell.c')
-rw-r--r--testing/tox_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tox_shell.c b/testing/tox_shell.c
index 0292222b..bda147b3 100644
--- a/testing/tox_shell.c
+++ b/testing/tox_shell.c
@@ -152,7 +152,7 @@ int main(int argc, char *argv[])
152 tox_friend_send_message(tox, num, TOX_MESSAGE_TYPE_NORMAL, buf, ret, 0); 152 tox_friend_send_message(tox, num, TOX_MESSAGE_TYPE_NORMAL, buf, ret, 0);
153 } 153 }
154 154
155 tox_iterate(tox); 155 tox_iterate(tox, NULL);
156 c_sleep(1); 156 c_sleep(1);
157 } 157 }
158 158