summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ft_error.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ft_error.c b/src/ft_error.c
index 2216eae..5d0234f 100644
--- a/src/ft_error.c
+++ b/src/ft_error.c
@@ -1,3 +1,16 @@
+/* ************************************************************************** */
+/* LE - / */
+/* / */
+/* ft_error.c .:: .:/ . .:: */
+/* +:+:+ +: +: +:+:+ */
+/* By: rbousset <marvin@le-101.fr> +:+ +: +: +:+ */
+/* #+# #+ #+ #+# */
+/* Created: 2019/10/30 17:21:53 by rbousset #+# ## ## #+# */
+/* Updated: 2019/10/30 17:21:55 by rbousset ### #+. /#+ ###.fr */
+/* / */
+/* / */
+/* ************************************************************************** */
+
#include <libft.h>
#include <minishell.h>