aboutsummaryrefslogtreecommitdiff
path: root/src/lst/ft_lstiter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lst/ft_lstiter.c')
-rw-r--r--src/lst/ft_lstiter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lst/ft_lstiter.c b/src/lst/ft_lstiter.c
index 39d870b..e46b507 100644
--- a/src/lst/ft_lstiter.c
+++ b/src/lst/ft_lstiter.c
@@ -12,7 +12,7 @@
#include "libft_lst.h"
-/**
+/*
** \brief Iterate of list
** \param f Funtion applied to data of each node
*/