diff options
Diffstat (limited to 'src/os/event.h')
-rw-r--r-- | src/os/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/event.h b/src/os/event.h index 874d7130bf..d13103373d 100644 --- a/src/os/event.h +++ b/src/os/event.h @@ -7,5 +7,5 @@ void event_init(void); bool event_poll(int32_t ms); -#endif +#endif // NEOVIM_OS_EVENT_H |