osdep_event_init not event_init.

pull/121/head
Nicholas Marriott 2015-09-10 12:41:49 +01:00
parent fe536457cc
commit 79e5b62907
1 changed files with 1 additions and 1 deletions

2
tmux.c
View File

@ -354,5 +354,5 @@ main(int argc, char **argv)
#endif
/* Pass control to the client. */
exit(client_main(event_init(), argc, argv, flags));
exit(client_main(osdep_event_init(), argc, argv, flags));
}