mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-25 04:14:57 +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 true;
|
||||
case:
|
||||
// Ignore the next rune regardless
|
||||
next_rune(t);
|
||||
|
||||
Reference in New Issue
Block a user