mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
docs: misc #32959
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user