norminette okay again

This commit is contained in:
Quinten Mennen 2025-02-27 18:12:13 +01:00
parent 05b7ae3a6a
commit 0d555a5480

View File

@ -6,7 +6,7 @@
/* By: qmennen <qmennen@student.codam.nl> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/23 12:37:24 by Quinten #+# #+# */
/* Updated: 2025/02/27 18:10:57 by qmennen ### ########.fr */
/* Updated: 2025/02/27 18:12:04 by qmennen ### ########.fr */
/* */
/* ************************************************************************** */
@ -29,7 +29,7 @@ t_list *redirect_get_outputs(t_minishell *msh, t_list *list)
if (token->type != T_REDIRECT_OUT && token->type != T_APPEND_OUT)
{
current = current->next;
continue;
continue ;
}
flag = redirect_is_valid(current, token, -1);
flag && (redirect_create(msh, &current, &redirects, token->type));