]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Fix error message.
authorRudolf Polzer <divVerent@xonotic.org>
Thu, 24 Sep 2015 20:19:13 +0000 (16:19 -0400)
committerRudolf Polzer <divVerent@xonotic.org>
Thu, 24 Sep 2015 20:19:13 +0000 (16:19 -0400)
fs.c

diff --git a/fs.c b/fs.c
index 2a471a2d05889e7ac369785d61ce780ffacf2a6a..eb69fbdaa0ec075a005d4960202c7db6d26930ef 100644 (file)
--- 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;
                }
        }