Skip to content

Commit

Permalink
fixed compilation error in redir_child
Browse files Browse the repository at this point in the history
  • Loading branch information
jteissie committed Jul 15, 2024
1 parent 862c9d1 commit 6a9afe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/execution/redir_child.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
/* By: marvin <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/12 14:00:07 by jteissie #+# #+# */
/* Updated: 2024/07/15 23:13:53 by marvin ### ########.fr */
/* Updated: 2024/07/16 00:06:47 by marvin ### ########.fr */
/* */
/* ************************************************************************** */

#include "minishell.h"

int redirect_files(int file_fd[])
int redir_files(int file_fd[])
{
int dup_status;

Expand Down

0 comments on commit 6a9afe2

Please sign in to comment.