1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[kbdbind] static struct

This commit is contained in:
Witold Filipczyk 2022-04-23 17:00:08 +02:00
parent bc54b7c5d0
commit 5e55f1981c

View File

@ -807,7 +807,7 @@ static struct default_kb *default_keybindings[] = {
static int static int
keybinding_is_default(struct keybinding *keybinding) keybinding_is_default(struct keybinding *keybinding)
{ {
struct default_kb default_keybinding = { static struct default_kb default_keybinding = {
{ {
keybinding->kbd.key, keybinding->kbd.key,
keybinding->kbd.modifier keybinding->kbd.modifier