summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/nTox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nTox.c b/testing/nTox.c
index 87fec818..9df1e78b 100644
--- a/testing/nTox.c
+++ b/testing/nTox.c
@@ -511,7 +511,7 @@ int main(int argc, char *argv[])
511 new_lines(idstring); 511 new_lines(idstring);
512 strcpy(line, ""); 512 strcpy(line, "");
513 513
514 IP_Port bootstrap_ip_port; 514 tox_IP_Port bootstrap_ip_port;
515 bootstrap_ip_port.port = htons(atoi(argv[2])); 515 bootstrap_ip_port.port = htons(atoi(argv[2]));
516 int resolved_address = resolve_addr(argv[1]); 516 int resolved_address = resolve_addr(argv[1]);
517 517