aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/bind.c')
-rw-r--r--sway/commands/bind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/bind.c b/sway/commands/bind.c
index 0ddee742..c86c39dd 100644
--- a/sway/commands/bind.c
+++ b/sway/commands/bind.c
@@ -145,7 +145,7 @@ static struct cmd_results *identify_key(const char* name, bool first_key,
145 cmd_results_new(CMD_INVALID, message); 145 cmd_results_new(CMD_INVALID, message);
146 free(message); 146 free(message);
147 return error; 147 return error;
148 } else if (!button) { 148 } else {
149 return cmd_results_new(CMD_INVALID, "Unknown button %s", name); 149 return cmd_results_new(CMD_INVALID, "Unknown button %s", name);
150 } 150 }
151 } 151 }