| author | |
| committer | |
| log | e56b9fed6c0afd1c4d29bedc08c3899ffe1165e9 |
| tree | 86493180a5e1548527212d70b7a999e618dda056 |
| parent | 3f3641e90697546e7f8aeef365815c4ccab168b0 |
1 files changed, 1 insertions(+), 1 deletions(-)
yaml.zig+1-1| ... | ... | @@ -179,7 +179,7 @@ pub fn parse(alloc: std.mem.Allocator, input: string) !Document { |
| 179 | 179 | } |
| 180 | 180 | } |
| 181 | 181 | |
| 182 | const p = &Parser{ | |
| 182 | var p = Parser{ | |
| 183 | 183 | .alloc = alloc, |
| 184 | 184 | .tokens = all_events.items, |
| 185 | 185 | .lines = lines, |