diff options
Diffstat (limited to 'src/wlclock.c')
-rw-r--r-- | src/wlclock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wlclock.c b/src/wlclock.c index 2b4bfd1..dde8e89 100644 --- a/src/wlclock.c +++ b/src/wlclock.c @@ -630,7 +630,7 @@ static void clock_run () clocklog(0, "ERROR: poll: %s\n", strerror(errno)); continue; } - + /* Wayland events */ if ( fds[wayland_fd].revents & POLLIN && wl_display_dispatch(context.display) == -1 ) { |