diff --git a/src/char/char.c b/src/char/char.c index 7ad959bd88..e0dcdfbd85 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -3387,7 +3387,7 @@ int do_init(int argc, char **argv) { strcpy(char_ip_str, buf); if (ptr[0] == 192 && ptr[1] == 168) - printf("Firewall detected.. edit lan_support.conf and char_athena.conf"); + printf("Firewall detected.. edit lan_support.conf and char_athena.conf\n"); } login_ip = inet_addr(login_ip_str); diff --git a/src/char_sql/char.c b/src/char_sql/char.c index 9505b2819f..f944eeb582 100644 --- a/src/char_sql/char.c +++ b/src/char_sql/char.c @@ -3062,7 +3062,7 @@ int do_init(int argc, char **argv){ strcpy(char_ip_str, buf); if (ptr[0] == 192 && ptr[1] == 168) - printf("Firewall detected.. edit lan_support.conf and char_athena.conf"); + printf("Firewall detected.. edit lan_support.conf and char_athena.conf\n"); } login_ip = inet_addr(login_ip_str);