norm ok + compile
This commit is contained in:
@ -6,13 +6,13 @@
|
||||
/* By: tomoron <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/03/27 17:19:27 by tomoron #+# #+# */
|
||||
/* Updated: 2024/03/27 17:19:35 by tomoron ### ########.fr */
|
||||
/* Updated: 2024/03/27 17:25:54 by tomoron ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "minishell.h"
|
||||
|
||||
int parsing_syntax_error(t_token *res)
|
||||
t_token *parsing_syntax_error(t_token *res)
|
||||
{
|
||||
free_cmd(res);
|
||||
ft_putstr_fd("minishell: syntax error\n", 2);
|
||||
|
Reference in New Issue
Block a user