aboutsummaryrefslogtreecommitdiff
path: root/src/lst/ft_lstmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lst/ft_lstmap.c')
-rw-r--r--src/lst/ft_lstmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lst/ft_lstmap.c b/src/lst/ft_lstmap.c
index bf96892..3182bb0 100644
--- a/src/lst/ft_lstmap.c
+++ b/src/lst/ft_lstmap.c
@@ -12,7 +12,7 @@
#include "libft_lst.h"
-/**
+/*
** \brief Clone a list and map a function to each node data
** \param lst Origin list
** \param f Function applied to each node's data