aboutsummaryrefslogtreecommitdiff
path: root/src/lexer/utils.c
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-08 17:06:15 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-08 17:06:15 +0200
commit6e61e60e3daeac766f88fcc2febef186d16559aa (patch)
treea4bf9107436ea303bc518f9ad738b1bebe0a5297 /src/lexer/utils.c
parentfb4d6bd7e93328b3eb684fc390b91800da313564 (diff)
downloadminishell-6e61e60e3daeac766f88fcc2febef186d16559aa.tar.gz
minishell-6e61e60e3daeac766f88fcc2febef186d16559aa.tar.bz2
minishell-6e61e60e3daeac766f88fcc2febef186d16559aa.zip
Fixing input not fully eaten syntax error, Added basename in prompt
Diffstat (limited to 'src/lexer/utils.c')
-rw-r--r--src/lexer/utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lexer/utils.c b/src/lexer/utils.c
index d2b35cb..0b7baa3 100644
--- a/src/lexer/utils.c
+++ b/src/lexer/utils.c
@@ -6,7 +6,7 @@
/* By: nahaddac <nahaddac@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/07/16 08:18:15 by nahaddac #+# #+# */
-/* Updated: 2020/10/08 14:10:17 by cacharle ### ########.fr */
+/* Updated: 2020/10/08 14:11:51 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
@@ -35,6 +35,7 @@ enum e_tok tok_assign_tag(char *content)
return (TAG_PARENT_CLOSE);
return (0);
}
+
/*
** return tag
** le tag stick est rajouter si