fix typo.
authorbdemsky <bdemsky>
Mon, 10 Oct 2005 02:37:23 +0000 (02:37 +0000)
committerbdemsky <bdemsky>
Mon, 10 Oct 2005 02:37:23 +0000 (02:37 +0000)
Repair/RepairCompiler/MCC/CRuntime/instrument.c

index a2ed892bfd43b6bd835f0b7ce88c5b3ee4a474ba..ab5db1e8aa85c78a50ec6d14066d2e86894325f6 100755 (executable)
@@ -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) {