diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-24 15:42:05 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-24 15:42:05 +0100 |
commit | 75ce0896f9333f29cbd55f7e80bfad09668f5500 (patch) | |
tree | d55069d9dc052fc779aa76c0578c594d579043f6 /src/ft_wall_cast.c | |
parent | less threads (diff) | |
download | 42-cub3d-75ce0896f9333f29cbd55f7e80bfad09668f5500.tar.gz 42-cub3d-75ce0896f9333f29cbd55f7e80bfad09668f5500.tar.bz2 42-cub3d-75ce0896f9333f29cbd55f7e80bfad09668f5500.tar.xz 42-cub3d-75ce0896f9333f29cbd55f7e80bfad09668f5500.tar.zst 42-cub3d-75ce0896f9333f29cbd55f7e80bfad09668f5500.zip |
Norme and merge
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); } |