]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Fixed a missing \n
authortomaz <tomaz@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 17 Sep 2004 22:16:00 +0000 (22:16 +0000)
committertomaz <tomaz@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 17 Sep 2004 22:16:00 +0000 (22:16 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4520 d7cf8633-e32d-0410-b094-e92efae38249

model_shared.c

index 3420ae5901766b22f1c839d70ca1e796d546f7b2..e0b55c800b57085c641391b40b11cac410c3a725 100644 (file)
@@ -349,7 +349,7 @@ static model_t *Mod_LoadModel(model_t *mod, qboolean crash, qboolean checkdisk,
        else if (crash)
        {
                // LordHavoc: Sys_Error was *ANNOYING*
-               Con_Printf ("Mod_LoadModel: %s not found", mod->name);
+               Con_Printf ("Mod_LoadModel: %s not found\n", mod->name);
        }
 
        // no errors occurred