diff options
Diffstat (limited to 'cmd-list-keys.c')
-rw-r--r-- | cmd-list-keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-list-keys.c b/cmd-list-keys.c index 6fbaf14d..0733ee28 100644 --- a/cmd-list-keys.c +++ b/cmd-list-keys.c @@ -165,7 +165,7 @@ enum cmd_retval cmd_list_keys_commands(unused struct cmd *self, struct cmd_q *cmdq) { const struct cmd_entry **entryp; - struct cmd_entry *entry; + const struct cmd_entry *entry; for (entryp = cmd_table; *entryp != NULL; entryp++) { entry = *entryp; |