From e18eec5cd2b8f76b37377989249ef536177e55d5 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 24 Sep 2015 16:19:13 -0400 Subject: [PATCH] Fix error message. --- fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.2