diff options
Diffstat (limited to 'src/lst/ft_lstnew.c')
| -rw-r--r-- | src/lst/ft_lstnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lst/ft_lstnew.c b/src/lst/ft_lstnew.c index 41c8153..1616b71 100644 --- a/src/lst/ft_lstnew.c +++ b/src/lst/ft_lstnew.c @@ -12,7 +12,7 @@ #include "libft_lst.h" -/** +/* ** \brief Create a list node ** \param data Pointer to data of node */ |
