mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Fix typo
This commit is contained in:
@@ -112,6 +112,7 @@ get_token :: proc(t: ^Tokenizer) -> (token: Token, err: Error) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
case:
|
case:
|
||||||
// Ignore the next rune regardless
|
// Ignore the next rune regardless
|
||||||
next_rune(t);
|
next_rune(t);
|
||||||
|
|||||||
Reference in New Issue
Block a user