summaryrefslogtreecommitdiff
path: root/rts/hooks/OutOfHeap.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/hooks/OutOfHeap.c')
-rw-r--r--rts/hooks/OutOfHeap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/hooks/OutOfHeap.c b/rts/hooks/OutOfHeap.c
index 3058cdd856..20d9809024 100644
--- a/rts/hooks/OutOfHeap.c
+++ b/rts/hooks/OutOfHeap.c
@@ -31,6 +31,6 @@ OutOfHeapHook (W_ request_size, W_ heap_size) /* both sizes in bytes */
}
} else {
- errorBelch("Out of memory.\n");
+ errorBelch("Out of memory\n");
}
}