diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-08-15 13:54:47 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-08-15 13:54:47 +0100 |
commit | 9c34aad21c0837123a51a5a4233a016805d3e526 (patch) | |
tree | 4c31065069418a60bb125e2d33e77c8993855d96 /key-bindings.c | |
parent | 9b08e5139baf7cd61d096c128b6a794f6a634102 (diff) | |
parent | 7c2dcd72380dc2d9e119e99cb423a67ae17b6bd2 (diff) | |
download | rtmux-9c34aad21c0837123a51a5a4233a016805d3e526.tar.gz rtmux-9c34aad21c0837123a51a5a4233a016805d3e526.tar.bz2 rtmux-9c34aad21c0837123a51a5a4233a016805d3e526.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'key-bindings.c')
-rw-r--r-- | key-bindings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c index 6ce9c14c..4b790dfc 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -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 }", |