aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authornass1pro <nass1pro@gmail.com>2020-09-13 11:02:56 +0200
committernass1pro <nass1pro@gmail.com>2020-09-13 11:02:56 +0200
commit7e7219da26b9d256e451f8dddb66641d11f75434 (patch)
treeda7e2379d417e5048dd53b89c43c99e803674554 /src/main.c
parent708e091b756fe7e74840fee74385d339bc46bcbd (diff)
downloadminishell-7e7219da26b9d256e451f8dddb66641d11f75434.tar.gz
minishell-7e7219da26b9d256e451f8dddb66641d11f75434.tar.bz2
minishell-7e7219da26b9d256e451f8dddb66641d11f75434.zip
update lexer + \t
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 62e1d2b..c13a52a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -6,7 +6,7 @@
/* By: cacharle <cacharle@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/28 11:45:44 by cacharle #+# #+# */
-/* Updated: 2020/09/12 17:04:06 by charles ### ########.fr */
+/* Updated: 2020/09/13 10:13:44 by nahaddac ### ########.fr */
/* */
/* ************************************************************************** */