From d7b3cc40883af0ddc1c43276c4599d38fd2af3ca Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Sat, 13 Jun 2026 00:50:44 +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 2707cca..5c19746 100644 --- a/minimal_heap.h +++ b/minimal_heap.h @@ -124,7 +124,7 @@ typedef struct _MIHP_HeapSegmentHeader typedef struct _MIHP_HeapCorruptionInfo { - MIHP_HeapCorruptionError Type; + MIHP_HeapCorruptionError Error; const void* Ptr; uint32_t ExpectedValue; uint32_t ActualValue;