mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
yppush: Remove return statement at the end of void functions
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
parent
29ca151586
commit
e5f905c72a
@ -215,7 +215,6 @@ static void
|
||||
handler(int sig)
|
||||
{
|
||||
yppush_exit (1);
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user