yppush: Remove return statement at the end of void functions

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
Elyes Haouas
2023-11-03 18:47:17 +01:00
committed by Mitchell Horne
parent 29ca151586
commit e5f905c72a
-1
View File
@@ -215,7 +215,6 @@ static void
handler(int sig)
{
yppush_exit (1);
return;
}
/*