aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_sfx_heal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_sfx_heal.c')
-rw-r--r--src/ft_sfx_heal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_sfx_heal.c b/src/ft_sfx_heal.c
index b58196f..b95fc2c 100644
--- a/src/ft_sfx_heal.c
+++ b/src/ft_sfx_heal.c
@@ -28,7 +28,7 @@ void
{
pthread_mutex_lock(&sfx[5].mutex);
if (system(sfx[5].cmd))
- pthread_cancel(pthread_self());
+ pthread_exit(NULL);
}
return (NULL);
}