aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.h')
-rw-r--r--sway/commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/commands.h b/sway/commands.h
index f99a5201..42b39f27 100644
--- a/sway/commands.h
+++ b/sway/commands.h
@@ -4,8 +4,8 @@
#include "config.h"
struct cmd_handler {
- char *command;
- int (*handle)(struct sway_config *config, int argc, char **argv);
+ char *command;
+ int (*handle)(struct sway_config *config, int argc, char **argv);
};
int handle_command(struct sway_config *config, char *command);