From df1bce40f0863b024cbd6d8ad56fd3a8914e68ed Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 22 Apr 2020 12:09:04 +0100 Subject: Call the event_init wrapper again. --- tmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.c') diff --git a/tmux.c b/tmux.c index 40872eca..32b04bd1 100644 --- a/tmux.c +++ b/tmux.c @@ -398,5 +398,5 @@ main(int argc, char **argv) free(label); /* Pass control to the client. */ - exit(client_main(event_init(), argc, argv, flags, feat)); + exit(client_main(osdep_event_init(), argc, argv, flags, feat)); } -- cgit v1.2.3