This commit is contained in:
Daniel Gavin
2021-04-23 22:55:59 +02:00
parent 951e940470
commit aafbf5bac7
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ comment_before_position :: proc(p: ^Printer, pos: tokenizer.Pos) -> bool {
}
@(private)
next_comment_group :: proc(p: ^Printer) {
next_comment_group :: proc(p: ^Printer) {
p.latest_comment_index += 1;
}