aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c
index d08c0457..6e3f6b67 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -369,7 +369,7 @@ int main(int argc, char **argv) {
369 } 369 }
370 370
371 if (!terminate_request) { 371 if (!terminate_request) {
372 if (!server_start_backend(&server)) { 372 if (!server_start(&server)) {
373 sway_terminate(EXIT_FAILURE); 373 sway_terminate(EXIT_FAILURE);
374 } 374 }
375 } 375 }