- Fix last-minute compiler bug.

svn path=/trunk/; revision=24779
This commit is contained in:
Alex Ionescu 2006-11-19 18:12:27 +00:00
parent 312f07d0e5
commit 4c45bdc2ea

View file

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