Add missing space
authorLukas Jiriste <ljiriste@student.42prague.com>
Thu, 13 Jun 2024 15:26:28 +0000 (17:26 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Thu, 13 Jun 2024 15:26:28 +0000 (17:26 +0200)
philo_bonus/main.c

index f2a7044fc23346623a7316c09108931afce27bed..4d9ca2a0d165d5acc24f8916cc3c9247e5a0c47f 100644 (file)
@@ -6,7 +6,7 @@
 /*   By: ljiriste <marvin@42.fr>                    +#+  +:+       +#+        */
 /*                                                +#+#+#+#+#+   +#+           */
 /*   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);
        }