mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Silence warning in prev commit
This commit is contained in:
parent
b42d93f24f
commit
7eb3d25a5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue