aboutsummaryrefslogtreecommitdiff
path: root/src/lst/ft_lstreverse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lst/ft_lstreverse.c')
-rw-r--r--src/lst/ft_lstreverse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lst/ft_lstreverse.c b/src/lst/ft_lstreverse.c
index fd5259b..7c2778d 100644
--- a/src/lst/ft_lstreverse.c
+++ b/src/lst/ft_lstreverse.c
@@ -12,7 +12,7 @@
#include "libft_lst.h"
-/**
+/*
** \brief Reverse a list
*/