This commit is contained in:
Etienne Rey-bethbeder 2023-04-05 12:21:46 +02:00
parent b3e9a23f32
commit f0afd69bf6

View File

@ -6,7 +6,7 @@
/* By: erey-bet <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/02/24 10:17:59 by erey-bet #+# #+# */
/* Updated: 2023/04/05 12:16:37 by erey-bet ### ########.fr */
/* Updated: 2023/04/05 12:21:18 by erey-bet ### ########.fr */
/* */
/* ************************************************************************** */
@ -26,8 +26,6 @@ static int error(int err, char *reason, char *problem)
int ft_exit(char **args, int err)
{
int err;
if (args[0] == NULL)
{
write(1, "exit\n", 6);