summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 5c8653ed..f6326038 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -1038,7 +1038,7 @@ static struct cmd_results *input_cmd_natural_scroll(int argc, char **argv) {
1038 } else { 1038 } else {
1039 return cmd_results_new(CMD_INVALID, "natural_scroll", "Expected 'natural_scroll <enabled|disabled>'"); 1039 return cmd_results_new(CMD_INVALID, "natural_scroll", "Expected 'natural_scroll <enabled|disabled>'");
1040 } 1040 }
1041 1041
1042 input_cmd_apply(new_config); 1042 input_cmd_apply(new_config);
1043 return cmd_results_new(CMD_SUCCESS, NULL, NULL); 1043 return cmd_results_new(CMD_SUCCESS, NULL, NULL);
1044} 1044}