mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
fix
This commit is contained in:
parent
771098def2
commit
e6a937cb52
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ struct cmd_results *input_cmd_xkb_switch_layout(int argc, char **argv) {
|
|||
wl_list_for_each_safe(action, tmp, &actions, link) {
|
||||
free(action);
|
||||
}
|
||||
return cmd_results_new(CMD_FAILURE, "Unable to allocate mode");
|
||||
return cmd_results_new(CMD_FAILURE, "Unable to allocate action");
|
||||
}
|
||||
|
||||
action->keyboard = dev->wlr_device->keyboard;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue