diff options
Diffstat (limited to 'src/ft_wall_cast.c')
-rw-r--r-- | src/ft_wall_cast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_wall_cast.c b/src/ft_wall_cast.c index b8d4e3c..8e74434 100644 --- a/src/ft_wall_cast.c +++ b/src/ft_wall_cast.c @@ -118,6 +118,6 @@ void pthread_join(tid[1], 0x0); pthread_join(tid[2], 0x0); pthread_join(tid[3], 0x0); - /* pthread_exit(0x0); */ + pthread_exit(0x0); return (0x0); } |