aboutsummaryrefslogtreecommitdiff
path: root/src/lst/ft_lstlast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lst/ft_lstlast.c')
-rw-r--r--src/lst/ft_lstlast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lst/ft_lstlast.c b/src/lst/ft_lstlast.c
index 12fdeee..97b853d 100644
--- a/src/lst/ft_lstlast.c
+++ b/src/lst/ft_lstlast.c
@@ -12,7 +12,7 @@
#include "libft_lst.h"
-/**
+/*
** \brief Last node
** \return List's last node
*/