From 4c45bdc2ea7329398a9eec825bd649621e64bd0a Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sun, 19 Nov 2006 18:12:27 +0000 Subject: [PATCH] - Fix last-minute compiler bug. svn path=/trunk/; revision=24779 --- reactos/boot/freeldr/freeldr/arch/i386/loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;