aboutsummaryrefslogtreecommitdiff
path: root/src/lst/ft_lstdestroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lst/ft_lstdestroy.c')
-rw-r--r--src/lst/ft_lstdestroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lst/ft_lstdestroy.c b/src/lst/ft_lstdestroy.c
index 5e55f04..35da2a5 100644
--- a/src/lst/ft_lstdestroy.c
+++ b/src/lst/ft_lstdestroy.c
@@ -12,7 +12,7 @@
#include "libft_lst.h"
-/**
+/*
** \brief Destroy a list and set his pointer to NULL
** \param del Delete Function for data of each node
*/