Merge branch 'main' of github.com:mdev9/minishell
This commit is contained in:
@ -6,13 +6,13 @@
|
||||
/* By: tomoron <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/24 14:54:53 by tomoron #+# #+# */
|
||||
/* Updated: 2024/04/26 14:41:58 by tomoron ### ########.fr */
|
||||
/* Updated: 2024/04/26 14:46:53 by marde-vr ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "minishell.h"
|
||||
|
||||
void print_syntax_error_bonus(t_cmd *cmd,t_cmd *cmds)
|
||||
void print_syntax_error_bonus(t_cmd *cmd, t_cmd *cmds)
|
||||
{
|
||||
free_cmd(cmds);
|
||||
if (cmd->cmd_type == CMD || cmd->cmd_type == PAREN)
|
||||
|
Reference in New Issue
Block a user