8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

fixed warning

This commit is contained in:
alexpeshkoff 2009-04-24 08:16:10 +00:00
parent de4218e942
commit 973b16ad23

View File

@ -291,7 +291,7 @@ int keyword()
cachec(NUL);
if ((key = bsearch(cache, keywords, sizeof(keywords)/sizeof(*key),
sizeof(*key), strcmp)))
sizeof(*key), (int(*)(const void*,const void*)) strcmp)))
return key->token;
} else {
++cptr;