Fix build break

This commit is contained in:
Arun Prakash Jana 2019-10-11 21:19:51 +05:30
parent fe80d5aa9d
commit 45c8730d2c
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -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) {