aboutsummaryrefslogtreecommitdiff
path: root/src/parse/parse_error.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-07-14 10:04:44 +0200
committerCharles <sircharlesaze@gmail.com>2020-07-14 10:05:57 +0200
commit29e1af2b65d097e533189db4e7d5e20534c17b35 (patch)
treec3f3033d18cab22e6715e2e57817d72028ae4627 /src/parse/parse_error.c
parent3ea9f3e7e9b40c8e0b17ab394576c82f7b92c0b4 (diff)
downloadminishell-29e1af2b65d097e533189db4e7d5e20534c17b35.tar.gz
minishell-29e1af2b65d097e533189db4e7d5e20534c17b35.tar.bz2
minishell-29e1af2b65d097e533189db4e7d5e20534c17b35.zip
Refactoring error handling during parsing
Diffstat (limited to 'src/parse/parse_error.c')
-rw-r--r--src/parse/parse_error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/parse_error.c b/src/parse/parse_error.c
index b63715d..3d988ae 100644
--- a/src/parse/parse_error.c
+++ b/src/parse/parse_error.c
@@ -6,7 +6,7 @@
/* By: nahaddac <nahaddac@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/06/18 15:09:48 by nahaddac #+# #+# */
-/* Updated: 2020/07/14 09:43:35 by nahaddac ### ########.fr */
+/* Updated: 2020/07/14 10:01:43 by charles ### ########.fr */
/* */
/* ************************************************************************** */