aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy_mem.c
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-13 21:24:21 -0400
committeriamcheeseman <[email protected]>2026-05-13 21:24:21 -0400
commit8d2793e9ef7cf7f742ec23e77c44ac21a624d01f (patch)
treec8263278076d7c7fd575cfcf0dc35703e8dc426e /teensy/teensy_mem.c
parent13e6f3d8403f0fdbed4ead1d8eda4d9ed68ac080 (diff)
start ui
Diffstat (limited to 'teensy/teensy_mem.c')
-rw-r--r--teensy/teensy_mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/teensy_mem.c b/teensy/teensy_mem.c
index 7e8dd58..40882a7 100644
--- a/teensy/teensy_mem.c
+++ b/teensy/teensy_mem.c
@@ -101,7 +101,7 @@ void *ty_alloc(size_t size)
allocations_cap *= 2;
allocations = realloc(
allocations,
- sizeof(struct alloc) * allocations_cap
+ sizeof(Alloc) * allocations_cap
);
if (!allocations)
ty_log_fatal(