aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_music.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-14 19:25:00 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-14 19:25:00 +0200
commit9e7508d8baeee1695cb99a98a2ed0c020f7a41e1 (patch)
tree61d3349646156203c9f79504e58253940850ecb3 /src/ft_music.c
parentRenorm (diff)
download42-cub3d-9e7508d8baeee1695cb99a98a2ed0c020f7a41e1.tar.gz
42-cub3d-9e7508d8baeee1695cb99a98a2ed0c020f7a41e1.tar.bz2
42-cub3d-9e7508d8baeee1695cb99a98a2ed0c020f7a41e1.tar.xz
42-cub3d-9e7508d8baeee1695cb99a98a2ed0c020f7a41e1.tar.zst
42-cub3d-9e7508d8baeee1695cb99a98a2ed0c020f7a41e1.zip
Some more norms
Diffstat (limited to 'src/ft_music.c')
-rw-r--r--src/ft_music.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_music.c b/src/ft_music.c
index 7a2d800..1371de7 100644
--- a/src/ft_music.c
+++ b/src/ft_music.c
@@ -28,7 +28,7 @@ static void
while (1)
if (system(cl->mlist.music_cmd) != 0)
pthread_exit(NULL);
- return(NULL);
+ return (NULL);
}
void