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 c95b9858..cae35237 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -229,7 +229,7 @@ static bool cmd_set(struct sway_config *config, int argc, char **argv) {
229 229
230static bool _do_split(struct sway_config *config, int argc, char **argv, int layout) { 230static bool _do_split(struct sway_config *config, int argc, char **argv, int layout) {
231 char *name = layout == L_VERT ? "splitv": 231 char *name = layout == L_VERT ? "splitv":
232 layout == L_HORIZ ? "splith":"split"; 232 layout == L_HORIZ ? "splith":"split";
233 if (!checkarg(argc, name, EXPECTED_EQUAL_TO, 0)) { 233 if (!checkarg(argc, name, EXPECTED_EQUAL_TO, 0)) {
234 return false; 234 return false;
235 } 235 }