diff options
author | panne <unknown> | 2002-12-19 18:02:13 +0000 |
---|---|---|
committer | panne <unknown> | 2002-12-19 18:02:13 +0000 |
commit | 7e4f1410ee23b99b720c7fc17e6fb8a59544214f (patch) | |
tree | 34b7b771898bffd249799e1b60bb729b1234bc89 | |
parent | 04bfae04d9bdb9b988a282b34526ec37bbc0e2ec (diff) | |
download | haskell-7e4f1410ee23b99b720c7fc17e6fb8a59544214f.tar.gz |
[project @ 2002-12-19 18:02:13 by panne]
Warning police (labels at end of compound statements are uncool, GCC says...)
-rw-r--r-- | ghc/rts/Profiling.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/rts/Profiling.c b/ghc/rts/Profiling.c index 613d30200c..b9136ee78b 100644 --- a/ghc/rts/Profiling.c +++ b/ghc/rts/Profiling.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Profiling.c,v 1.34 2002/11/01 11:17:29 simonmar Exp $ + * $Id: Profiling.c,v 1.35 2002/12/19 18:02:13 panne Exp $ * * (c) The GHC Team, 1998-2000 * @@ -715,6 +715,7 @@ reportCCSProfiling( void ) gen_XML_logfile(); return; default: + break; } fprintf(prof_file, "\t%s Time and Allocation Profiling Report (%s)\n", |