diff options
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r-- | src/nvim/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c index 926ad8ca31..7539fbc5d9 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -165,7 +165,7 @@ void event_init(void) } /// @returns false if main_loop could not be closed gracefully -bool event_teardown(void) +static bool event_teardown(void) { if (!main_loop.events) { input_stop(); |