diff --git a/reactos/boot/freeldr/freeldr/arch/i386/loader.c b/reactos/boot/freeldr/freeldr/arch/i386/loader.c index a046bfd3bd7..66c22e8cc59 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/loader.c +++ b/reactos/boot/freeldr/freeldr/arch/i386/loader.c @@ -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;