ziglings/patches/patches/081_anonymous_structs2.patch

9 lines
145 B
Diff

41c41
< fn printCircle(???) void {
---
> fn printCircle(circle: anytype) void {
44c44
< circle.centaur_y,
---
> circle.center_y,