From 5ef27d97f1dc36b4e9dd2420ba25166e370913d1 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 29 Sep 2020 19:54:12 +0200 Subject: End --- libft/src/ft_substr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libft/src/ft_substr.c') diff --git a/libft/src/ft_substr.c b/libft/src/ft_substr.c index 234ddc4..271f34f 100644 --- a/libft/src/ft_substr.c +++ b/libft/src/ft_substr.c @@ -14,8 +14,7 @@ #include #include -char - *ft_substr(const char *s, unsigned int start, size_t len) +char *ft_substr(const char *s, unsigned int start, size_t len) { char *nstr; -- cgit v1.2.3