Silence warning in prev commit

This commit is contained in:
Howard Chu 2006-11-10 10:42:39 +00:00
parent b42d93f24f
commit 7eb3d25a5b

View File

@ -397,7 +397,7 @@ static ac_uint4
_uccase_lookup(ac_uint4 code, long l, long r, int field)
{
long m;
ac_uint4 *tmp;
const ac_uint4 *tmp;
/*
* Do the binary search.