diff options
author | nicm <nicm> | 2014-10-20 23:27:14 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-10-20 23:27:14 +0000 |
commit | 900f6fc17e6764377a8e293ce742fb41f1add9bd (patch) | |
tree | 566ebe615f419bcca0cf2cd5a8e470228f192dca /cmd-list-keys.c | |
parent | 30bacf6f3038a867b53143150944f0997558114b (diff) | |
download | rtmux-900f6fc17e6764377a8e293ce742fb41f1add9bd.tar.gz rtmux-900f6fc17e6764377a8e293ce742fb41f1add9bd.tar.bz2 rtmux-900f6fc17e6764377a8e293ce742fb41f1add9bd.zip |
Tidy up some includes.
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; |