diff options
Diffstat (limited to 'openbox/mainloop.c')
| -rw-r--r-- | openbox/mainloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
