X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fmainloop.c;h=75538863527e7afbc9b2ebff62bd5e98724a75a8;hb=2a8ede00043f4f5b64beffdc604e0f17d57d3eb8;hp=5e053da43795227e26a8ab8567c7c2fffc4c9c9d;hpb=0e6161b0d4953b81273200fd31bd9c14fac4981b;p=chaz%2Fopenbox diff --git a/openbox/mainloop.c b/openbox/mainloop.c index 5e053da4..75538863 100644 --- a/openbox/mainloop.c +++ b/openbox/mainloop.c @@ -667,7 +667,7 @@ static void timer_dispatch(ObMainLoop *loop, GTimeVal **wait) g_free(curr); continue; } - + /* the queue is sorted, so if this timer shouldn't fire, none are ready */ if (timecompare(&NEAREST_TIMEOUT(loop), &loop->now) < 0)