diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-06 14:58:43 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-06 14:58:43 -0400 |
commit | 149211e2a7e8044fbf4d3e1e2cec867ea30aacaa (patch) | |
tree | f310851c1ba4ef7638784977b4a91bece0e9e847 | |
parent | 1a7c5f692f271ad740f6c107d11c60ef411f691e (diff) |
context: Fix typo with return value of `heap_xfree()`
-rw-r--r-- | context.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ u32 lbl_805c5b98; u32 lbl_805c5b9c; // func defs. -extern void *heap_xfree(void *ptr); +extern void heap_xfree(void *ptr); extern void *heap_xmalloc(size_t size); // Class defs. |