ast bigest fix + norm

This commit is contained in:
gazhonsepaskwa
2025-02-15 13:43:26 +01:00
parent d9687a8e3a
commit 07cf3a7066
11 changed files with 70 additions and 54 deletions

View File

@@ -75,7 +75,7 @@ int syntax_error(t_node *head)
return (syntax_err_mess(cpy->val, 0));
while (cpy)
{
if (redir_error(cpy))
if (redir_error(cpy))
return (1);
if (parenthesis_error(cpy))
return (1);