From: Rudolf Polzer Date: Thu, 24 Sep 2015 20:19:13 +0000 (-0400) Subject: Fix error message. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e18eec5cd2b8f76b37377989249ef536177e55d5;p=xonotic%2Fdarkplaces.git Fix error message. --- diff --git a/fs.c b/fs.c index 2a471a2d..eb69fbda 100644 --- a/fs.c +++ b/fs.c @@ -1268,7 +1268,7 @@ static void FS_AddGameDirectory (const char *dir, qboolean iscache) { if (!strcasecmp(list.strings[i] + strlen(dir), ".packs-only")) { - Con_Printf("Found %s/.packs-only file - not loading other files from there.", dir); + Con_Printf("Found %s/.packs-only file - not loading other files from there.\n", dir); add_unpacked = false; } }