From 718e0cc7840877865c1f7d6d1b4aa4dd6a2311b2 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Mon, 10 Oct 2005 02:37:23 +0000 Subject: [PATCH] fix typo. --- Repair/RepairCompiler/MCC/CRuntime/instrument.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Repair/RepairCompiler/MCC/CRuntime/instrument.c b/Repair/RepairCompiler/MCC/CRuntime/instrument.c index a2ed892..ab5db1e 100755 --- a/Repair/RepairCompiler/MCC/CRuntime/instrument.c +++ b/Repair/RepairCompiler/MCC/CRuntime/instrument.c @@ -39,7 +39,7 @@ void *ourrealloc(void *ptr, size_t size) { } typemapdeallocate(memmap, ptr); typemapallocate(memmap, orr,size); - return otr; + return orr; } void alloc(void *ptr,int size) { -- 2.34.1