From cd42525225ee0da0923555e44a27221b92d6e103 Mon Sep 17 00:00:00 2001 From: tomaz Date: Fri, 17 Sep 2004 22:16:00 +0000 Subject: [PATCH] Fixed a missing \n git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4520 d7cf8633-e32d-0410-b094-e92efae38249 --- model_shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_shared.c b/model_shared.c index 3420ae59..e0b55c80 100644 --- a/model_shared.c +++ b/model_shared.c @@ -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 -- 2.39.2