mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Just change squiggle_extra type to i32.
This commit is contained in:
+1
-1
@@ -296,7 +296,7 @@ gb_internal isize show_error_on_line(TokenPos const &pos, TokenPos end) {
|
|||||||
terminal_set_colours(TerminalStyle_Bold, TerminalColour_White);
|
terminal_set_colours(TerminalStyle_Bold, TerminalColour_White);
|
||||||
|
|
||||||
|
|
||||||
isize squiggle_extra = 0;
|
i32 squiggle_extra = 0;
|
||||||
|
|
||||||
if (line_len > MAX_LINE_LENGTH_PADDED) {
|
if (line_len > MAX_LINE_LENGTH_PADDED) {
|
||||||
i32 left = MAX_TAB_WIDTH;
|
i32 left = MAX_TAB_WIDTH;
|
||||||
|
|||||||
Reference in New Issue
Block a user