mirror of
https://github.com/jarun/nnn.git
synced 2025-02-26 03:01:32 +00:00
Fix build break
This commit is contained in:
parent
d209e8f278
commit
604a8fafcc
1 changed files with 1 additions and 1 deletions
|
@ -1964,7 +1964,7 @@ static int nextsel(int presel)
|
||||||
} else
|
} else
|
||||||
idle = 0;
|
idle = 0;
|
||||||
|
|
||||||
for (i = 0; i < ELEMENTS(bindings); ++i)
|
for (i = 0; i < (int)ELEMENTS(bindings); ++i)
|
||||||
if (c == bindings[i].sym)
|
if (c == bindings[i].sym)
|
||||||
return bindings[i].act;
|
return bindings[i].act;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue