From 23a98140907341c8f04ffddb1de5701ac7f7bcc0 Mon Sep 17 00:00:00 2001 From: Axel Wagner Date: Wed, 16 Feb 2011 19:53:42 +0100 Subject: [PATCH] Correct typo --- i3bar/src/xcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3bar/src/xcb.c b/i3bar/src/xcb.c index 0f0e2973..60b88fc8 100644 --- a/i3bar/src/xcb.c +++ b/i3bar/src/xcb.c @@ -365,7 +365,7 @@ void handle_button(xcb_button_press_event_t *event) { * then (and only then) * */ -void xcb_prep_cb(struct ev_loop *loop, ev_prepare *watcher, int revenst) { +void xcb_prep_cb(struct ev_loop *loop, ev_prepare *watcher, int revents) { xcb_flush(xcb_connection); } -- 2.39.5