diff options
Diffstat (limited to 'src/lst/ft_lstpop_front.c')
| -rw-r--r-- | src/lst/ft_lstpop_front.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lst/ft_lstpop_front.c b/src/lst/ft_lstpop_front.c index 798bf83..a61350a 100644 --- a/src/lst/ft_lstpop_front.c +++ b/src/lst/ft_lstpop_front.c @@ -12,7 +12,7 @@ #include "libft_lst.h" -/** +/* ** \brief Delete head node and replace it with next node ** \param del Delete function for node data */ |
