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