]> Dogcows Code - chaz/openbox/blobdiff - render/gradient.c
make these things one 'command' without braces
[chaz/openbox] / render / gradient.c
index 97dbc7036636e596a086d6d0297887ec85a567ed..b65cf0ec9e7623f347a5796211741e06edc7cc9b 100644 (file)
@@ -27,7 +27,8 @@ void gradient_render(Surface *sf, int w, int h)
     gradient_crossdiagonal(sf, w, h);
     break;
   default:
-    g_message("unhandled gradient\n");
+    g_message("unhandled gradient");
+    return;
   }
   
   if (sf->data.planar.relief == Flat && sf->data.planar.border) {
This page took 0.024155 seconds and 4 git commands to generate.