diff options
Diffstat (limited to 'src/lst/ft_lstpush_front.c')
| -rw-r--r-- | src/lst/ft_lstpush_front.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lst/ft_lstpush_front.c b/src/lst/ft_lstpush_front.c index c17a586..85df649 100644 --- a/src/lst/ft_lstpush_front.c +++ b/src/lst/ft_lstpush_front.c @@ -12,7 +12,7 @@ #include "libft_lst.h" -/** +/* ** \brief Push node to list front ** \param new Pushed node */ |
