summaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 2f6d31b1..6606775a 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -39,9 +39,8 @@ struct cmd_results {
39}; 39};
40 40
41enum expected_args { 41enum expected_args {
42 EXPECTED_MORE_THAN,
43 EXPECTED_AT_LEAST, 42 EXPECTED_AT_LEAST,
44 EXPECTED_LESS_THAN, 43 EXPECTED_AT_MOST,
45 EXPECTED_EQUAL_TO 44 EXPECTED_EQUAL_TO
46}; 45};
47 46