mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04: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
1 changed files with 0 additions and 1 deletions
|
|
@ -215,7 +215,6 @@ static void
|
|||
handler(int sig)
|
||||
{
|
||||
yppush_exit (1);
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue