From: Lukas Jiriste Date: Thu, 13 Jun 2024 15:26:28 +0000 (+0200) Subject: Add missing space X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=fe8281a5c2c19cc2d408a6b47b671858235826a9;p=42%2Fphilosophers.git Add missing space --- diff --git a/philo_bonus/main.c b/philo_bonus/main.c index f2a7044..4d9ca2a 100644 --- a/philo_bonus/main.c +++ b/philo_bonus/main.c @@ -6,7 +6,7 @@ /* By: ljiriste +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/03/22 11:19:48 by ljiriste #+# #+# */ -/* Updated: 2024/05/30 14:56:37 by ljiriste ### ########.fr */ +/* Updated: 2024/05/31 09:20:07 by ljiriste ### ########.fr */ /* */ /* ************************************************************************** */ @@ -115,7 +115,7 @@ int main(int argc, char **argv) { printf("The input should be in form:\n" "\t%s number_of_philosophers time_to_die time_to_eat" - "time_to_sleep [number_of_times_each_philosopher_must_eat]\n", + " time_to_sleep [number_of_times_each_philosopher_must_eat]\n", argv[0]); return (1); }