mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 11:52:22 -07:00
Extra type safety; Fix typos
This commit is contained in:
+1
-1
@@ -267,7 +267,7 @@ struct DelayedDecl {
|
||||
};
|
||||
|
||||
struct CheckerFileNode {
|
||||
i32 id;
|
||||
isize id;
|
||||
Array<i32> wheres;
|
||||
Array<i32> whats;
|
||||
i32 score; // Higher the score, the better
|
||||
|
||||
Reference in New Issue
Block a user