summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rts/linker/PEi386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/linker/PEi386.c b/rts/linker/PEi386.c
index cbe99f27a9..86c0768390 100644
--- a/rts/linker/PEi386.c
+++ b/rts/linker/PEi386.c
@@ -434,7 +434,7 @@ void freePreloadObjectFile_PEi386(ObjectCode *oc)
See Note [Exception Unwinding]. */
if (oc->info->xdata) {
if (!RtlDeleteFunctionTable (oc->info->xdata->start))
- debugBelch ("Unable to remove Exception handlers for %" PATH_FMT,
+ debugBelch ("Unable to remove Exception handlers for %" PATH_FMT "\n",
oc->fileName);
oc->info->xdata = NULL;
oc->info->pdata = NULL;