aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r--src/nvim/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c
index 86bef782f7..005f4dcc77 100644
--- a/src/nvim/main.c
+++ b/src/nvim/main.c
@@ -156,7 +156,7 @@ void event_teardown(void)
return;
}
- queue_process_events(main_loop.events);
+ multiqueue_process_events(main_loop.events);
input_stop();
channel_teardown();
process_teardown(&main_loop);