work on comments

This commit is contained in:
Daniel Gavin
2021-04-14 01:15:46 +02:00
parent 1cb3a31f32
commit 411beaa3bf
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ align_comments :: proc(p: ^Printer) {
for info in comment_infos {
if info.begin == info.end {
if info.begin == info.end || info.length == 0 {
continue;
}