aboutsummaryrefslogtreecommitdiff
path: root/src/lst/ft_lstremove_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lst/ft_lstremove_if.c')
-rw-r--r--src/lst/ft_lstremove_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lst/ft_lstremove_if.c b/src/lst/ft_lstremove_if.c
index fdac710..4070355 100644
--- a/src/lst/ft_lstremove_if.c
+++ b/src/lst/ft_lstremove_if.c
@@ -12,7 +12,7 @@
#include "libft_lst.h"
-/**
+/*
** \brief Remove node on some condition
** \param cmp Comparison function, return 0 if equal
** \param ref Reference data passed has the first arg of `cmp`