From d5255272ce9df007e16361a686a836be0bd70f1a Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Fri, 25 Jun 2004 19:05:20 +0000 Subject: [PATCH] Fix a typo. svn path=/trunk/; revision=9874 --- reactos/lib/ntdll/ldr/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/ntdll/ldr/utils.c b/reactos/lib/ntdll/ldr/utils.c index 2ad6c65bc61..1200f1cc98f 100644 --- a/reactos/lib/ntdll/ldr/utils.c +++ b/reactos/lib/ntdll/ldr/utils.c @@ -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;