Author: ion
Date: Sun Nov 19 21:12:27 2006
New Revision: 24779
URL:
http://svn.reactos.org/svn/reactos?rev=24779&view=rev
Log:
- Fix last-minute compiler bug.
Modified:
trunk/reactos/boot/freeldr/freeldr/arch/i386/loader.c
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/loader.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arch/i386/loader.c (original)
+++ trunk/reactos/boot/freeldr/freeldr/arch/i386/loader.c Sun Nov 19 21:12:27 2006
@@ -813,7 +813,7 @@
IN PVOID Base)
{
PIMAGE_SECTION_HEADER Section;
- ULONG SectionCount, SectionSize, i;
+ ULONG SectionCount, SectionSize;
PVOID SourceSection, TargetSection;
INT i;