mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Fix build break
This commit is contained in:
parent
fe80d5aa9d
commit
45c8730d2c
1 changed files with 1 additions and 1 deletions
|
@ -4674,7 +4674,7 @@ nochange:
|
|||
static void check_key_collision(void)
|
||||
{
|
||||
int key;
|
||||
uint i = 0;
|
||||
ulong i = 0;
|
||||
bool bitmap[KEY_MAX] = {FALSE};
|
||||
|
||||
for (; i < sizeof(bindings) / sizeof(struct key); ++i) {
|
||||
|
|
Loading…
Add table
Reference in a new issue