diff --git a/libft/src/str/ft_strjoin.c b/libft/src/str/ft_strjoin.c index 8992bf7..7511850 100644 --- a/libft/src/str/ft_strjoin.c +++ b/libft/src/str/ft_strjoin.c @@ -6,7 +6,7 @@ /* By: mmoussou