OcAppleKernelLib: Fix minor typo

This commit is contained in:
PMheart 2022-07-08 20:06:15 +02:00
parent 30acb571b8
commit 0b806dccdf

View File

@ -500,7 +500,7 @@ InternalInitializeVtablePatchData (
BOOLEAN Result;
UINT32 VtableOffset;
UINT32 VtableMaxSize;
void *FileData;
VOID *FileData;
VOID *VtableData;
UINT32 SymIndex;
UINT32 EntryOffset;