diff options
-rw-r--r-- | rts/Printer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Printer.c b/rts/Printer.c index 1c9634d8a9..702e490b65 100644 --- a/rts/Printer.c +++ b/rts/Printer.c @@ -395,7 +395,7 @@ printClosure( const StgClosure *obj ) break; case STACK: - debugBelch("STACK"); + debugBelch("STACK\n"); break; #if 0 |