From b72b43e5715424f01626f31f74f0c0d83d7bfb24 Mon Sep 17 00:00:00 2001 From: nass1pro Date: Mon, 15 Jun 2020 17:43:03 +0200 Subject: Change name function parse --- src/parse/redir_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse/redir_parse.c') diff --git a/src/parse/redir_parse.c b/src/parse/redir_parse.c index c92d639..839e37c 100755 --- a/src/parse/redir_parse.c +++ b/src/parse/redir_parse.c @@ -8,7 +8,7 @@ int parse_redir_true_false(enum e_token_tag tag) return (0); } -t_ast *parse_redir(t_ast *ast, t_ftlst *rest) +t_ast *push_redir(t_ast *ast, t_ftlst *rest) { t_ftlst *new; -- cgit