From 9a915b797a80c2a776027b1fcc37f1e7b8ab1b24 Mon Sep 17 00:00:00 2001 From: JozanLeClerc <bousset.rudy@gmail.com> Date: Tue, 29 Sep 2020 19:50:20 +0200 Subject: Update --- libft/src/ft_strcmp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libft/src/ft_strcmp.c') diff --git a/libft/src/ft_strcmp.c b/libft/src/ft_strcmp.c index 4122ab2..8ade6bf 100644 --- a/libft/src/ft_strcmp.c +++ b/libft/src/ft_strcmp.c @@ -13,8 +13,7 @@ #include <libft.h> #include <stddef.h> -int - ft_strcmp(const char *s1, const char *s2) +int ft_strcmp(const char *s1, const char *s2) { size_t i; -- cgit v1.2.3