aboutsummaryrefslogtreecommitdiff
path: root/libft.h
diff options
context:
space:
mode:
Diffstat (limited to 'libft.h')
-rw-r--r--libft.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libft.h b/libft.h
index bb11c5b..49996c3 100644
--- a/libft.h
+++ b/libft.h
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/07 09:45:02 by cacharle #+# #+# */
-/* Updated: 2020/02/04 04:08:15 by cacharle ### ########.fr */
+/* Updated: 2020/02/04 04:41:08 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
@@ -94,7 +94,6 @@ void ft_putnbr_fd(int n, int fd);
long ft_strtol(const char *str, char **endptr, int base);
-
/*
** bonus
*/