Fix a typo.
authorEric Kohl <eric.kohl@reactos.org>
Fri, 25 Jun 2004 19:05:20 +0000 (19:05 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Fri, 25 Jun 2004 19:05:20 +0000 (19:05 +0000)
svn path=/trunk/; revision=9874

reactos/lib/ntdll/ldr/utils.c

index 2ad6c65..1200f1c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: utils.c,v 1.91 2004/06/25 18:50:48 ekohl Exp $
+/* $Id: utils.c,v 1.92 2004/06/25 19:05:20 ekohl Exp $
  * 
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
@@ -1227,7 +1227,7 @@ LdrPerformRelocations(PIMAGE_NT_HEADERS NTHeaders,
   USHORT NumberOfEntries;
   PUSHORT pValue16;
   ULONG RelocationRVA;
-  LONG Delta32;
+  ULONG Delta32;
   ULONG Offset;
   PULONG pValue32;
   PRELOCATION_DIRECTORY RelocationDir;