Correct typo

next
Axel Wagner 2011-02-16 19:53:42 +01:00
parent acb52fc654
commit 23a9814090
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}