aboutsummaryrefslogtreecommitdiff
path: root/src/lst/ft_lstdelone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lst/ft_lstdelone.c')
-rw-r--r--src/lst/ft_lstdelone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lst/ft_lstdelone.c b/src/lst/ft_lstdelone.c
index 40e25cd..3dfbbbb 100644
--- a/src/lst/ft_lstdelone.c
+++ b/src/lst/ft_lstdelone.c
@@ -12,7 +12,7 @@
#include "libft_lst.h"
-/**
+/*
** \brief Delete list node
** \param del Delete function for node's data
*/