From e723c1697c0ec3c0eecbf3797d6c16c69b3cf4ef Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 14 Dec 2011 13:42:21 +0100 Subject: Increase warning leaves, and fix new occured ones --- src/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.h') 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; }; -- cgit