summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index 41bfd0d..461041b 100644
--- a/src/command.h
+++ b/src/command.h
@@ -24,7 +24,7 @@ struct context;
typedef void (*command_cb)(struct context *ctx, int key);
struct command_cb_descriptor {
- char *command;
+ const char *command;
command_cb cb;
};