From 5a84b57b25578973faf087982fd20c96d63fbb5f Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Mon, 8 Jun 2026 07:24:27 +0200 Subject: [PATCH] Update minimal_heap.h --- minimal_heap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal_heap.h b/minimal_heap.h index c21e8e0..b722674 100644 --- a/minimal_heap.h +++ b/minimal_heap.h @@ -38,7 +38,7 @@ typedef struct _MIHP_HeapMemoryAreaHeader size_t NumOccupiedSegments; struct _MIHP_HeapMemoryAreaHeader* NextArea; - //struct _MIHP_HeapMemoryAreaHeader* PreviousArea; + struct _MIHP_HeapMemoryAreaHeader* PreviousArea; struct _MIHP_HeapInfo* OwningHeap; struct _MIHP_HeapSegmentHeader* FirstSegment;