no \n in g_message
This commit is contained in:
parent
3cc402bd56
commit
0f25fd6ff0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ void gradient_render(Surface *sf, int w, int h)
|
||||||
gradient_crossdiagonal(sf, w, h);
|
gradient_crossdiagonal(sf, w, h);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
g_message("unhandled gradient\n");
|
g_message("unhandled gradient");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sf->data.planar.relief == Flat && sf->data.planar.border) {
|
if (sf->data.planar.relief == Flat && sf->data.planar.border) {
|
||||||
|
|
Loading…
Reference in a new issue