This commit is contained in:
Mike Shaver 2024-02-23 11:18:22 -05:00 коммит произвёл Kevin Newton
Родитель 8b2c421a17
Коммит 32f8ed7afd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9829,7 +9829,7 @@ parser_lex(pm_parser_t *parser) {
)
{
// Since we know we're about to add an __END__ comment, we know we
// need at add all of the newlines to get the correct column
// need to add all of the newlines to get the correct column
// information for it.
const uint8_t *cursor = parser->current.end;
while ((cursor = next_newline(cursor, parser->end - cursor)) != NULL) {