summaryrefslogtreecommitdiff
path: root/context.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-06 14:58:43 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-06 14:58:43 -0400
commit149211e2a7e8044fbf4d3e1e2cec867ea30aacaa (patch)
treef310851c1ba4ef7638784977b4a91bece0e9e847 /context.h
parent1a7c5f692f271ad740f6c107d11c60ef411f691e (diff)
context: Fix typo with return value of `heap_xfree()`
Diffstat (limited to 'context.h')
-rw-r--r--context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/context.h b/context.h
index 065559b..563ff8f 100644
--- a/context.h
+++ b/context.h
@@ -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.