[ros-diffs] [ion] 24779: - Fix last-minute compiler bug.

ion at svn.reactos.org ion at svn.reactos.org
Sun Nov 19 19:12:28 CET 2006


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/i386/loader.c?rev=24779&r1=24778&r2=24779&view=diff
==============================================================================
--- 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;
 




More information about the Ros-diffs mailing list