diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-15 02:15:01 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-15 02:15:01 +0100 |
commit | b992ca41965edf663f99bae19a95d59f2fd1ed97 (patch) | |
tree | 5a2014c5f8a5db44012bd81f5e6792170d7a55b1 /src/ft_music.c | |
parent | I need a macOS (diff) | |
download | 42-cub3d-b992ca41965edf663f99bae19a95d59f2fd1ed97.tar.gz 42-cub3d-b992ca41965edf663f99bae19a95d59f2fd1ed97.tar.bz2 42-cub3d-b992ca41965edf663f99bae19a95d59f2fd1ed97.tar.xz 42-cub3d-b992ca41965edf663f99bae19a95d59f2fd1ed97.tar.zst 42-cub3d-b992ca41965edf663f99bae19a95d59f2fd1ed97.zip |
okok
Diffstat (limited to '')
-rw-r--r-- | src/ft_music.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_music.c b/src/ft_music.c index 13da479..1a3da63 100644 --- a/src/ft_music.c +++ b/src/ft_music.c @@ -15,7 +15,7 @@ #include <stdlib.h> #include <pthread.h> -void +static void *ft_music_thread(void *vargp) { t_cub *cl; |