summaryrefslogtreecommitdiffstats
path: root/sway/commands/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/exit.c')
-rw-r--r--sway/commands/exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/exit.c b/sway/commands/exit.c
index d5353c20..10cde640 100644
--- a/sway/commands/exit.c
+++ b/sway/commands/exit.c
@@ -10,5 +10,5 @@ struct cmd_results *cmd_exit(int argc, char **argv) {
10 return error; 10 return error;
11 } 11 }
12 sway_terminate(0); 12 sway_terminate(0);
13 return cmd_results_new(CMD_SUCCESS, NULL, NULL); 13 return cmd_results_new(CMD_SUCCESS, NULL);
14} 14}