From 8dc9a978fc2b0d01c20270b1b690e815e74fdcc7 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 4 May 2026 16:40:38 +0200 Subject: feat(lexer): error contains line --- include/typdown.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/typdown.h') diff --git a/include/typdown.h b/include/typdown.h index abf395d..e9d7f19 100644 --- a/include/typdown.h +++ b/include/typdown.h @@ -4,7 +4,7 @@ struct typdown_Error { uint8_t code; - struct {size_t beg; size_t end;} location; + struct {size_t beg; size_t end; size_t line;} location; }; struct typdown_Document { -- cgit v1.2.3