Minor bug

pull/2/head
Mark 2023-04-11 11:32:42 -07:00
parent 0497cd810d
commit 7ecdfae6fc
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ fn treeify_binary(
} else {
let tl = *this.get_line_location();
return Err((
LineLocation{pos: tl.pos, len: l.pos - tl.pos + l.len},
LineLocation{pos: l.pos, len: tl.pos - l.pos + tl.len},
ParserError::Syntax
));
}