diff options
Diffstat (limited to 'rts/win32')
-rw-r--r-- | rts/win32/OSMem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/win32/OSMem.c b/rts/win32/OSMem.c index 2a542351ab..ad72ffba29 100644 --- a/rts/win32/OSMem.c +++ b/rts/win32/OSMem.c @@ -74,7 +74,7 @@ allocNew(uint32_t n) { rec=0; if (GetLastError() == ERROR_NOT_ENOUGH_MEMORY) { - errorBelch("Out of memory"); + errorBelch("Out of memory\n"); stg_exit(EXIT_HEAPOVERFLOW); } else { sysErrorBelch( |