summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tmux.c2
1 files changed, 1 insertions, 1 deletions
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));
}