diff --git a/libkc3/buf_parse.c b/libkc3/buf_parse.c
index 7b3b765..fa300a1 100644
--- a/libkc3/buf_parse.c
+++ b/libkc3/buf_parse.c
@@ -532,8 +532,6 @@ sw buf_parse_block_inner (s_buf *buf, bool short_form, s_block *block)
goto clean;
}
}
- else
- buf->line++;
result += r;
if ((r = buf_parse_comments(buf)) < 0) {
err_puts("buf_parse_block_inner: buf_parse_comments 2");