From 0d555a5480ea48789d528a89c5fc21f3215d9707 Mon Sep 17 00:00:00 2001 From: Quinten Mennen Date: Thu, 27 Feb 2025 18:12:13 +0100 Subject: [PATCH] norminette okay again --- src/redirect/redirect_get_outputs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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));