Skip to content

Commit

Permalink
norminette just 1 function to fix, >25 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
¨Roman committed Nov 8, 2024
1 parent 4b65b26 commit 3644cfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file added minishell
Binary file not shown.
3 changes: 1 addition & 2 deletions src/parser/loc_env_var_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ void split_loc_vars(t_ast *command_node, char *processed_arg, \
command_node->args[*i] = ft_strdup(processed_arg);
(*i)++;
}
if (split_arg != NULL)
ft_free_2d_arr(split_arg);
ft_free_2d_arr(split_arg);
}

void post_process_command_args(t_ast *command_node, int arg_count, \
Expand Down

0 comments on commit 3644cfe

Please sign in to comment.