From 19c377d018d7fc8d438bcce844e51c0c00e81974 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sat, 18 Jan 2025 11:55:54 +0100 Subject: Add error handling --- philo/src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'philo/src/main.c') diff --git a/philo/src/main.c b/philo/src/main.c index ca339bb..1a07271 100644 --- a/philo/src/main.c +++ b/philo/src/main.c @@ -6,7 +6,7 @@ /* By: dkaiser