Browse Source

Fix build break

master
Arun Prakash Jana 5 years ago
parent
commit
45c8730d2c
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

@@ -4674,7 +4674,7 @@ nochange:
static void check_key_collision(void) static void check_key_collision(void)
{ {
int key; int key;
uint i = 0;
ulong i = 0;
bool bitmap[KEY_MAX] = {FALSE}; bool bitmap[KEY_MAX] = {FALSE};


for (; i < sizeof(bindings) / sizeof(struct key); ++i) { for (; i < sizeof(bindings) / sizeof(struct key); ++i) {


Loading…
Cancel
Save