X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fhalo.c;h=2c002b54b994a4523a51efdc486aa5df9a2949bd;hp=7cab38d68b531bd635b6723b28cf7d6ea29db3a2;hb=6a1da724858673ac40aa13a9612340d8bed8c7b9;hpb=96bdd7cf6ea60c418a76921acaf0e34d6f5be930 diff --git a/hacks/halo.c b/hacks/halo.c index 7cab38d6..2c002b54 100644 --- a/hacks/halo.c +++ b/hacks/halo.c @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1993, 1995, 1996, 1997, 1998, 1999 +/* xscreensaver, Copyright (c) 1993, 1995, 1996, 1997, 1998, 1999, 2003 * Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its @@ -396,7 +396,7 @@ run_circles (Display *dpy, Window window) if (cycle_p && cycle_delay) { - int i = 0; + i = 0; while (i < d) { rotate_colors (dpy, cmap, colors, ncolors, direction);