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