Remove redundant return; from void function.

Submitted by:	"Todd C. Miller" <Todd.Miller@courtesan.com>
Obtained from:	OpenBSD
This commit is contained in:
Juli Mallett 2003-06-13 07:25:15 +00:00
parent a5e2489d03
commit 815e414e17

View File

@ -395,7 +395,6 @@ addch: if (p < ebp) {
*p++ = ch;
break;
}
return;
}
/*