aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/output.c')
-rw-r--r--sway/commands/output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/commands/output.c b/sway/commands/output.c
index 00910843..73dbb723 100644
--- a/sway/commands/output.c
+++ b/sway/commands/output.c
@@ -43,7 +43,7 @@ struct cmd_results *cmd_output(int argc, char **argv) {
43 error = config_subcommand(argv, argc, output_handlers, 43 error = config_subcommand(argv, argc, output_handlers,
44 sizeof(output_handlers)); 44 sizeof(output_handlers));
45 } else { 45 } else {
46 error = cmd_results_new(CMD_INVALID, "output", 46 error = cmd_results_new(CMD_INVALID,
47 "Invalid output subcommand: %s.", *argv); 47 "Invalid output subcommand: %s.", *argv);
48 } 48 }
49 49
@@ -68,7 +68,7 @@ struct cmd_results *cmd_output(int argc, char **argv) {
68 apply_output_config_to_outputs(output); 68 apply_output_config_to_outputs(output);
69 } 69 }
70 70
71 return cmd_results_new(CMD_SUCCESS, NULL, NULL); 71 return cmd_results_new(CMD_SUCCESS, NULL);
72 72
73fail: 73fail:
74 config->handler_context.output_config = NULL; 74 config->handler_context.output_config = NULL;