From 9a915b797a80c2a776027b1fcc37f1e7b8ab1b24 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 29 Sep 2020 19:50:20 +0200 Subject: Update --- libft/src/ft_strcat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libft/src/ft_strcat.c') diff --git a/libft/src/ft_strcat.c b/libft/src/ft_strcat.c index b43e439..3bec86f 100644 --- a/libft/src/ft_strcat.c +++ b/libft/src/ft_strcat.c @@ -10,8 +10,7 @@ /* */ /* ************************************************************************** */ -char - *ft_strcat(char *s1, const char *s2) +char *ft_strcat(char *s1, const char *s2) { int i; int j; -- cgit v1.2.3