mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-14 02:43:04 -05:00
Remove unnecessary forward declaration
This commit is contained in:
parent
1c39f566ac
commit
aea3e930d6
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ BerRead(
|
|||
break;
|
||||
return( c );
|
||||
}
|
||||
buf+= c;
|
||||
buf+=c;
|
||||
nread+=c;
|
||||
len-=c;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue