Fix build break

This commit is contained in:
Arun Prakash Jana 2020-01-08 19:40:56 +05:30
parent d209e8f278
commit 604a8fafcc
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -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;