From: rrt Date: Fri, 22 Jun 2001 12:35:28 +0000 (+0000) Subject: [project @ 2001-06-22 12:35:28 by rrt] X-Git-Tag: Approximately_9120_patches~1742 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=534ae3c5199963f8fa461747f86cc34fdfd007bd;p=ghc-hetmet.git [project @ 2001-06-22 12:35:28 by rrt] Fix typo. --- 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