| author | |
| committer | |
| log | a091eaa9f9ae91c3875630ba1983b33ea04971a3 |
| tree | 5a1ddd5b089944402ab81787a278fd4ad51422d7 |
| parent | e87d3b275d1445b48e1d8f9c6c2080c63b459242 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/main.zig+1-1| ... | ... | @@ -5,7 +5,7 @@ const zfetch = @import("zfetch"); |
| 5 | 5 | |
| 6 | 6 | pub fn main() !void { |
| 7 | 7 | var gpa = std.heap.GeneralPurposeAllocator(.{}){}; |
| 8 | const alloc = &gpa.allocator; | |
| 8 | const alloc = gpa.allocator(); | |
| 9 | 9 | |
| 10 | 10 | const url = "https://old.reddit.com/r/Zig/.json"; |
| 11 | 11 |