aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_music.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_music.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ft_music.c b/src/ft_music.c
index 70bb1a1..4d25a3a 100644
--- a/src/ft_music.c
+++ b/src/ft_music.c
@@ -19,10 +19,9 @@
void
ft_music_fork(char *music_cmd)
{
- (void)music_cmd;
while (1)
{
- ft_printf("qweqwe\n");
+ ft_printf("%s\n", music_cmd);
sleep(1);
}
/* execve here */