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

@ -149,7 +149,7 @@ void glopLightModel(GLContext *c, TGLParam *p) {
c->light_model_two_side = (int)v[0];
break;
default:
tgl_warning("glopLightModel: illegal pname: 0x%x\n", pname);
tgl_warning("glopLightModel: illegal pname: 0x%x", pname);
//assert(0);
break;
}