aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 287b5e7d60..93cd0272a8 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -581,7 +581,7 @@ void mch_exit(int r)
{
exiting = TRUE;
- job_teardown();
+ event_teardown();
{
settmode(TMODE_COOK);