mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[FREELDR]
Fix a copy pasta, noticed by r3ddr4g0n. svn path=/trunk/; revision=58080
This commit is contained in:
@@ -184,7 +184,6 @@ MmCheckFreeldrImageFile()
|
||||
(FileHeader->NumberOfSections != FREELDR_SECTION_COUNT) ||
|
||||
(FileHeader->PointerToSymbolTable != 0) ||
|
||||
(FileHeader->NumberOfSymbols != 0) ||
|
||||
(FileHeader->NumberOfSymbols != 0) ||
|
||||
(FileHeader->SizeOfOptionalHeader != 0xE0))
|
||||
{
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user