Remove unnecessary forward declaration

This commit is contained in:
Kurt Zeilenga 2000-07-21 21:29:41 +00:00
parent 1c39f566ac
commit aea3e930d6

View file

@ -69,7 +69,7 @@ BerRead(
break;
return( c );
}
buf+= c;
buf+=c;
nread+=c;
len-=c;
}