remove \n from warning() and error() funcs

This commit is contained in:
Pawel Kolodziejski 2008-09-28 15:23:15 +00:00
parent e4295b23a6
commit a698196cdc
22 changed files with 78 additions and 79 deletions

View file

@ -40,7 +40,7 @@ GLSpecBuf *specbuf_get_buffer(GLContext *c, const int shininess_i, const float s
return buf;
}
//overwrite the lru buffer
//tgl_trace("overwriting spec buffer :(\n");
//tgl_trace("overwriting spec buffer :(");
oldest->shininess_i = shininess_i;
oldest->last_used = c->specbuf_used_counter++;
calc_buf(oldest, shininess);