From 0d3d78ae358209165880859a6565b236888a504c Mon Sep 17 00:00:00 2001
From: mrb0nk500 <b0nk@b0nk.xyz>
Date: Sun, 5 Feb 2023 16:09:28 -0400
Subject: THeap: Correct typo with `heap_xfree()`'s return type

---
 include/pso/THeap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include')

diff --git a/include/pso/THeap.h b/include/pso/THeap.h
index b248bd7..60932d5 100644
--- a/include/pso/THeap.h
+++ b/include/pso/THeap.h
@@ -6,7 +6,7 @@
 #include <global_types.h>
 #include <stdlib.h>
 
-void *heap_xfree(void *ptr);
+void heap_xfree(void *ptr);
 void *heap_xmalloc(size_t size);
 
 extern THeap *obj_heap;
-- 
cgit v1.2.3-13-gbd6f