From: tomaz Date: Fri, 17 Sep 2004 22:16:00 +0000 (+0000) Subject: Fixed a missing \n X-Git-Tag: xonotic-v0.1.0preview~5586 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cd42525225ee0da0923555e44a27221b92d6e103;p=xonotic%2Fdarkplaces.git Fixed a missing \n git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4520 d7cf8633-e32d-0410-b094-e92efae38249 --- 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