diff options
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -932,7 +932,6 @@ static struct line_pos_info lex_get_line_pos_info( { struct line_pos_info l = {0, 0, 0}; bool cr = false; - // `input` is null terminated, that's why we subtract 1 here for (size_t i = 0; i < cursor; i++) { const char c = self->input[i]; if (c == '\r') { |