summaryrefslogtreecommitdiffstats
path: root/libft/src/ft_substr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libft/src/ft_substr.c')
-rw-r--r--libft/src/ft_substr.c3
1 files changed, 1 insertions, 2 deletions
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 <stdlib.h>
#include <stddef.h>
-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;