Add some const, from Markus F X J Oberhumer.

This commit is contained in:
nicm
2022-08-15 08:41:13 +00:00
parent cfdc5b62ad
commit 497021d0db
2 changed files with 28 additions and 28 deletions

View File

@ -344,7 +344,7 @@ key_bindings_init_done(__unused struct cmdq_item *item, __unused void *data)
void
key_bindings_init(void)
{
static const char *defaults[] = {
static const char *const defaults[] = {
/* Prefix keys. */
"bind -N 'Send the prefix key' C-b { send-prefix }",
"bind -N 'Rotate through the panes' C-o { rotate-window }",