summaryrefslogtreecommitdiff
path: root/testing/nTox.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nTox.c')
-rw-r--r--testing/nTox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nTox.c b/testing/nTox.c
index 9cfa3687..1e83f507 100644
--- a/testing/nTox.c
+++ b/testing/nTox.c
@@ -566,7 +566,7 @@ int main(int argc, char *argv[])
566 if (!strcmp(argv[argc - 2], "-f")) 566 if (!strcmp(argv[argc - 2], "-f"))
567 filename = argv[argc - 1]; 567 filename = argv[argc - 1];
568 568
569 m = tox_new_ex(ipv6enabled); 569 m = tox_new(ipv6enabled);
570 570
571 if ( !m ) { 571 if ( !m ) {
572 fputs("Failed to allocate Messenger datastructure", stderr); 572 fputs("Failed to allocate Messenger datastructure", stderr);