From fe8281a5c2c19cc2d408a6b47b671858235826a9 Mon Sep 17 00:00:00 2001 From: Lukas Jiriste Date: Thu, 13 Jun 2024 17:26:28 +0200 Subject: [PATCH] Add missing space --- philo_bonus/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.30.2