mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
Remove redundant return; from void function.
Submitted by: "Todd C. Miller" <Todd.Miller@courtesan.com> Obtained from: OpenBSD
This commit is contained in:
parent
a5e2489d03
commit
815e414e17
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116285
@ -395,7 +395,6 @@ addch: if (p < ebp) {
|
||||
*p++ = ch;
|
||||
break;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user