aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 2d0ca54..f386be2 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -1964,7 +1964,7 @@ static int nextsel(int presel)
} else
idle = 0;
- for (i = 0; i < ELEMENTS(bindings); ++i)
+ for (i = 0; i < (int)ELEMENTS(bindings); ++i)
if (c == bindings[i].sym)
return bindings[i].act;