From 03ba52dfde61eb0c8a289578cc7bca232ebb8e98 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 6 Jul 1999 03:27:07 +0000 Subject: [PATCH] strange line --- lib/heap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/heap.c b/lib/heap.c index 006d5e3ce7..b1dd42797f 100644 --- a/lib/heap.c +++ b/lib/heap.c @@ -1,6 +1,6 @@ /* - * $Id: heap.c,v 1.2 1999/06/30 06:31:18 wessels Exp $ + * $Id: heap.c,v 1.3 1999/07/05 21:27:07 wessels Exp $ * * AUTHOR: John Dilley, Hewlett Packard * @@ -452,7 +452,6 @@ _heap_grow(heap * hp) hp->nodes = newNodes; #endif hp->size = newSize; - u } -- 2.47.3