Skip to content

Commit

Permalink
Reflect update of collection types.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Feb 5, 2023
1 parent abe4702 commit 12bad3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion day21.c3
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fn void load_monkeys(MonkeyList* list, MonkeyId* root_index, MonkeyId *humn_inde
defer catch(f.close());
NameMap map;
map.init();
defer map.destroy();
defer map.free();
MonkeyId index = 0;
while (!f.eof())
{
Expand Down

0 comments on commit 12bad3f

Please sign in to comment.