]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added newline to end of Draw_CachePic error message
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 27 Sep 2002 05:06:51 +0000 (05:06 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 27 Sep 2002 05:06:51 +0000 (05:06 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2449 d7cf8633-e32d-0410-b094-e92efae38249

gl_draw.c

index eec5a4cbbd8291fb0c4a55392ebfc9e577a4fcdc..90b40c49f844ede2af29efb9f579bcaa778b57ea 100644 (file)
--- a/gl_draw.c
+++ b/gl_draw.c
@@ -259,7 +259,7 @@ cachepic_t  *Draw_CachePic (char *path)
                pic->tex = draw_generatecrosshair(4);
        if (pic->tex == NULL)
        {
-               Con_Printf ("Draw_CachePic: failed to load %s", path);
+               Con_Printf ("Draw_CachePic: failed to load %s\n", path);
                pic->tex = r_notexture;
        }