From 534ae3c5199963f8fa461747f86cc34fdfd007bd Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 22 Jun 2001 12:35:28 +0000 Subject: [PATCH] [project @ 2001-06-22 12:35:28 by rrt] Fix typo. --- ghc/rts/Linker.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index 105739a..8589a4a 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Linker.c,v 1.43 2001/06/06 14:03:41 sewardj Exp $ + * $Id: Linker.c,v 1.44 2001/06/22 12:35:28 rrt Exp $ * * (c) The GHC Team, 2000 * @@ -1204,7 +1204,7 @@ ocGetNames_PEi386 ( ObjectCode* oc ) COFF_section* sectab_i = (COFF_section*) myindex ( sizeof_COFF_section, sectab, i ); - IF_DEBUG(linker, belchf("section name = %s\n", sectab_i->Name )); + IF_DEBUG(linker, belch("section name = %s\n", sectab_i->Name )); #if 0 /* I'm sure this is the Right Way to do it. However, the -- 1.7.10.4