From 29e1af2b65d097e533189db4e7d5e20534c17b35 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 14 Jul 2020 10:04:44 +0200 Subject: Refactoring error handling during parsing --- src/parse/parse_error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse/parse_error.c') 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 +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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 */ /* */ /* ************************************************************************** */ -- cgit