syntax fixes

This commit is contained in:
gazhonsepaskwa
2025-02-14 08:58:14 +01:00
parent 712cfe7f1d
commit e1bf337ded
3 changed files with 8 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ static int last_tok_redir(t_node *lst)
{
while (lst)
{
if ((lst->next == NULL
if ((lst->next == NULL
|| lst->next->pressision == D_RED_R
|| lst->next->pressision == RED_R
|| lst->next->pressision == RED_L