mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix last-minute compiler bug.
svn path=/trunk/; revision=24779
This commit is contained in:
@@ -813,7 +813,7 @@ FrLdrMapImage(IN PIMAGE_NT_HEADERS NtHeader,
|
||||
IN PVOID Base)
|
||||
{
|
||||
PIMAGE_SECTION_HEADER Section;
|
||||
ULONG SectionCount, SectionSize, i;
|
||||
ULONG SectionCount, SectionSize;
|
||||
PVOID SourceSection, TargetSection;
|
||||
INT i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user