Skip to content
Snippets Groups Projects
Commit aea3e930 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove unnecessary forward declaration

parent 1c39f566
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ BerRead(
break;
return( c );
}
buf+= c;
buf+=c;
nread+=c;
len-=c;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment