This commit is contained in:
tom moron
2024-05-08 12:32:20 +02:00
parent d1681dafe3
commit 956aa0e1e7
4 changed files with 9 additions and 10 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/26 09:06:51 by marde-vr #+# #+# */
/* Updated: 2024/05/07 17:26:43 by tomoron ### ########.fr */
/* Updated: 2024/05/08 12:31:54 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -81,7 +81,7 @@ void parse_var(t_msh *msh, char *line)
void remove_here_doc_file(t_msh *msh)
{
if(msh->here_doc_filename)
if (msh->here_doc_filename)
{
unlink(msh->here_doc_filename);
free(msh->here_doc_filename);