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/include/philo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'philo/include/philo.h') diff --git a/philo/include/philo.h b/philo/include/philo.h index 26871b9..9566136 100644 --- a/philo/include/philo.h +++ b/philo/include/philo.h @@ -6,7 +6,7 @@ /* By: dkaiser