From 61b599b9f231be41c201c995fbf210331c92e8e1 Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Thu, 25 May 2023 15:24:17 +0200 Subject: [PATCH] opti --- philo/main.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/philo/main.c b/philo/main.c index 93d7b1c..a437cd0 100644 --- a/philo/main.c +++ b/philo/main.c @@ -6,7 +6,7 @@ /* By: cchauvet = data->nb_meals) - { - stop(data); - return (1); - } i++; } return (0);