Added missing "\n"

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@415 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
celest
2004-11-29 16:57:04 +00:00
parent 5aaefb545f
commit ed92d58981
2 changed files with 2 additions and 2 deletions

View File

@@ -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);