Remove redundant return; from void function.

Submitted by:	"Todd C. Miller" <Todd.Miller@courtesan.com>
Obtained from:	OpenBSD
This commit is contained in:
jmallett 2003-06-13 07:25:15 +00:00
parent b2e29064ae
commit fc99696af3

View File

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