diff --git a/src/redirect/redirect_get_outputs.c b/src/redirect/redirect_get_outputs.c index cc4e4f5..0ad2f2d 100644 --- a/src/redirect/redirect_get_outputs.c +++ b/src/redirect/redirect_get_outputs.c @@ -6,7 +6,7 @@ /* By: qmennen +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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, ¤t, &redirects, token->type));