- Aded newline
pull/16/head
Tristan Brice Velloza Kildaire 2024-12-15 17:46:44 +02:00
parent 175bb90a68
commit d2bade8dcc
1 changed files with 1 additions and 1 deletions

2
TAP.c
View File

@ -351,7 +351,7 @@ int open_tap(void) {
memset(&six_addr_itself, 0, sizeof(struct in6_addr));
if(inet_pton(AF_INET6, ipv6_addr, &six_addr_itself) < 0)
{
printf("Error parsing IPv6 address '%s'", ipv6_addr);
printf("Error parsing IPv6 address '%s'\n", ipv6_addr);
close(dummySock);
cleanup();
exit(1);