X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fhalo.c;h=fc69ea730af60d27e8f3709fba42ce335a0ababe;hp=2c002b54b994a4523a51efdc486aa5df9a2949bd;hb=96a411663168b0ba5432b407a83be55f3df0c802;hpb=bbd0773f2adde4927a6196361d4061e70bf48cd9 diff --git a/hacks/halo.c b/hacks/halo.c index 2c002b54..fc69ea73 100644 --- a/hacks/halo.c +++ b/hacks/halo.c @@ -257,7 +257,7 @@ run_circles (Display *dpy, Window window) if (cycle_p && cmode != seuss_mode) { struct timeval now; - static struct timeval then = { 0, }; + static struct timeval then = { 0, 0 }; unsigned long diff; #ifdef GETTIMEOFDAY_TWO_ARGS struct timezone tzp;