Minor clean up

This commit is contained in:
gingerBill
2022-02-05 14:34:29 +00:00
parent cf246f65ff
commit 3439139b1c
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -921,7 +921,7 @@ void check_switch_stmt(CheckerContext *ctx, Ast *node, u32 mod_flags) {
}
}
PtrMap<uintptr, TypeAndToken> seen = {}; // NOTE(bill): Multimap, Key: ExactValue
SeenMap seen = {}; // NOTE(bill): Multimap, Key: ExactValue
map_init(&seen, heap_allocator());
defer (map_destroy(&seen));