summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/main.c b/sway/main.c
index 2c5144ba..6adbf89d 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -25,6 +25,7 @@ static bool terminate_request = false;
25void sway_terminate(void) { 25void sway_terminate(void) {
26 terminate_request = true; 26 terminate_request = true;
27 wlc_terminate(); 27 wlc_terminate();
28 exit(EXIT_FAILURE);
28} 29}
29 30
30void sig_handler(int signal) { 31void sig_handler(int signal) {