diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-02 16:09:57 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-02 16:09:57 +0100 |
commit | 48ccff3d712a2b30de8b94a5688afae7ee91a1c6 (patch) | |
tree | b21d77ba9be46b0ad4f5341487359cd2befa6e58 /src/ft_music.c | |
parent | Music is bav but can't kill (diff) | |
download | 42-cub3d-48ccff3d712a2b30de8b94a5688afae7ee91a1c6.tar.gz 42-cub3d-48ccff3d712a2b30de8b94a5688afae7ee91a1c6.tar.bz2 42-cub3d-48ccff3d712a2b30de8b94a5688afae7ee91a1c6.tar.xz 42-cub3d-48ccff3d712a2b30de8b94a5688afae7ee91a1c6.tar.zst 42-cub3d-48ccff3d712a2b30de8b94a5688afae7ee91a1c6.zip |
YES
Diffstat (limited to '')
-rw-r--r-- | src/ft_music.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_music.c b/src/ft_music.c index cc8d1ca..a4d588a 100644 --- a/src/ft_music.c +++ b/src/ft_music.c @@ -37,7 +37,6 @@ void ft_printf("\n\n========= QWEQWE =========\n%s\n", cmd); system(cmd); ft_memdel((void**)&cmd); - pthread_exit(NULL); return (NULL); } |