Missing newline at end of error string.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1022 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2005-05-17 18:43:00 +00:00
parent cc73d5e994
commit 7ffd69e832
1 changed files with 1 additions and 1 deletions

View File

@ -1186,7 +1186,7 @@ void IRC_Command(char *imsg)
{
if (ircclient)
{
printf("You are already connected\nPlease /quit first");
printf("You are already connected\nPlease /quit first\n");
return;
}
msg = COM_Parse(msg);