diff --git a/src/nnn.c b/src/nnn.c index dc5544f1..78e4029a 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) {