diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_p_line.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_p_line.c b/src/ft_p_line.c index b1ba6b2..b827503 100644 --- a/src/ft_p_line.c +++ b/src/ft_p_line.c @@ -41,6 +41,7 @@ void { count -= 1; } + ft_printf("%lu\n", count); if (ft_p_lcom(line, count, msh) < 0) { ft_s_destroy(msh); |