diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/typdown.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
