Update minimal_heap.h

This commit is contained in:
2026-06-13 00:50:44 +02:00
parent 9a65abf8bf
commit d7b3cc4088

View File

@@ -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;