summaryrefslogtreecommitdiffstats
path: root/src/ft_p_line.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_p_line.c')
-rw-r--r--src/ft_p_line.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_p_line.c b/src/ft_p_line.c
index b1ba6b2..166b880 100644
--- a/src/ft_p_line.c
+++ b/src/ft_p_line.c
@@ -31,6 +31,7 @@ void
ptr = line;
while (*ptr != '\0')
{
+
if (*ptr == ';')
{
count += 1;