summaryrefslogtreecommitdiffstats
path: root/src/ft_p_line.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_p_line.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ft_p_line.c b/src/ft_p_line.c
index df31973..81e02d2 100644
--- a/src/ft_p_line.c
+++ b/src/ft_p_line.c
@@ -12,6 +12,7 @@
#include <libft.h>
#include <stdlib.h>
+
#include "ft_d_enum.h"
#include "ft_f_fail.h"
#include "ft_p_lcom.h"
@@ -37,6 +38,6 @@ void
}
if (ft_p_lcom(line, count, msh) < 0)
{
- ft_fail_alloc();
+ ft_fail_alloc(msh);
}
}