summaryrefslogtreecommitdiff
path: root/testing/nTox.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nTox.c')
-rw-r--r--testing/nTox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nTox.c b/testing/nTox.c
index 03f17da5..bbc48831 100644
--- a/testing/nTox.c
+++ b/testing/nTox.c
@@ -389,7 +389,7 @@ void line_eval(Tox *m, char *line)
389 389
390 new_lines(numstring); 390 new_lines(numstring);
391 } else if (inpt_command == 'd') { 391 } else if (inpt_command == 'd') {
392 tox_iterate(m); 392 tox_iterate(m, NULL);
393 } else if (inpt_command == 'm') { //message command: /m friendnumber messsage 393 } else if (inpt_command == 'm') { //message command: /m friendnumber messsage
394 char *posi[1]; 394 char *posi[1];
395 int num = strtoul(line + prompt_offset, posi, 0); 395 int num = strtoul(line + prompt_offset, posi, 0);
@@ -1354,7 +1354,7 @@ int main(int argc, char *argv[])
1354 } 1354 }
1355 } 1355 }
1356 1356
1357 tox_iterate(m); 1357 tox_iterate(m, NULL);
1358 do_refresh(); 1358 do_refresh();
1359 1359
1360 int c = timeout_getch(m); 1360 int c = timeout_getch(m);