summaryrefslogtreecommitdiff
path: root/rts/Linker.c
diff options
context:
space:
mode:
authorReid Barton <rwbarton@gmail.com>2014-08-20 12:17:16 -0400
committerReid Barton <rwbarton@gmail.com>2014-08-20 12:17:16 -0400
commit92bb7bec0ca3bdcb1a32afb7e460fe2af5afa37c (patch)
treeffe69d554a9cdd0ea764b9f7767e2459d63348d9 /rts/Linker.c
parent067bb0d1183573504aa10ac2132c37aa0dac4aa6 (diff)
downloadhaskell-92bb7bec0ca3bdcb1a32afb7e460fe2af5afa37c.tar.gz
Add a missing newline to a GHCi linker debugBelch
Diffstat (limited to 'rts/Linker.c')
-rw-r--r--rts/Linker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Linker.c b/rts/Linker.c
index 1f716e3a6d..76cfa8cea0 100644
--- a/rts/Linker.c
+++ b/rts/Linker.c
@@ -5643,7 +5643,7 @@ do_Elf_Rela_relocations ( ObjectCode* oc, char* ehdrC,
errorBelch("%s: unknown symbol `%s'", oc->fileName, symbol);
return 0;
}
- IF_DEBUG(linker,debugBelch( "`%s' resolves to %p", symbol, (void*)S ));
+ IF_DEBUG(linker,debugBelch( "`%s' resolves to %p\n", symbol, (void*)S ));
}
IF_DEBUG(linker,debugBelch("Reloc: P = %p S = %p A = %p\n",