From: Axel Wagner Date: Wed, 16 Feb 2011 18:53:42 +0000 (+0100) Subject: Correct typo X-Git-Tag: 4.0.1~7^2~3^2~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=23a98140907341c8f04ffddb1de5701ac7f7bcc0;p=i3%2Fi3 Correct typo --- 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); }