X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fintermomentary.c;h=ba5268ab26145df0b06441607a891974aae140cd;hp=0c0ac4c8f5c880eb6793446d5ee5e313ac676512;hb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;hpb=ec8d2b32b63649e6d32bdfb306eda062769af823 diff --git a/hacks/intermomentary.c b/hacks/intermomentary.c index 0c0ac4c8..ba5268ab 100644 --- a/hacks/intermomentary.c +++ b/hacks/intermomentary.c @@ -224,8 +224,8 @@ draw_glowpoint(struct state *st, Drawable drawable, float a; unsigned long c; - for (i =- 2; i < 3; i++) { - for (j =- 2; j < 3; j++) { + for (i = -2; i < 3; i++) { + for (j = -2; j < 3; j++) { a = 0.8 - i * i * 0.1 - j * j * 0.1; c = trans_point(st, px+i, py+j, 255, a, f);