X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fhalo.c;h=fc69ea730af60d27e8f3709fba42ce335a0ababe;hb=9c9d475ff889ed8be02e8ce8c17da28b93278fca;hp=2c002b54b994a4523a51efdc486aa5df9a2949bd;hpb=6a1da724858673ac40aa13a9612340d8bed8c7b9;p=xscreensaver 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;