aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index dc5544f..78e4029 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -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) {