mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
Remove an implicit int, to silence gcc warnings.
This commit is contained in:
parent
9d11c5ea46
commit
f963a16150
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ int lutil_mnem2subsys( const char *subsys )
|
|||
return -1;
|
||||
}
|
||||
|
||||
void lutil_set_all_backends( level )
|
||||
void lutil_set_all_backends( int level )
|
||||
{
|
||||
int i;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue