diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-02 19:44:47 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-02 19:44:47 +0100 |
commit | 888e9d30cbf4efde17ee337b9b97f1960bbd74a2 (patch) | |
tree | 68790739652458a8242074983d28c846ceb3cb77 /src/ft_get_music.c | |
parent | Multilvl image leaks, rest is okok (diff) | |
download | 42-cub3d-888e9d30cbf4efde17ee337b9b97f1960bbd74a2.tar.gz 42-cub3d-888e9d30cbf4efde17ee337b9b97f1960bbd74a2.tar.bz2 42-cub3d-888e9d30cbf4efde17ee337b9b97f1960bbd74a2.tar.xz 42-cub3d-888e9d30cbf4efde17ee337b9b97f1960bbd74a2.tar.zst 42-cub3d-888e9d30cbf4efde17ee337b9b97f1960bbd74a2.zip |
Music is pretty bav
Diffstat (limited to '')
-rw-r--r-- | src/ft_get_music.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ft_get_music.c b/src/ft_get_music.c index 21c6331..df65a7f 100644 --- a/src/ft_get_music.c +++ b/src/ft_get_music.c @@ -30,8 +30,8 @@ static void return ; if (FT_OS == 2) { - ft_sprintf(mlist->music_cmd, - "aplay -f cd -t wav -q %s", mlist->music_path); + ft_sprintf(mlist->music_cmd, "aplay -f cd -t wav -q %s", + mlist->music_path); } else {} } |