aboutsummaryrefslogtreecommitdiffstats
path: root/src/sheap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sheap.c')
-rw-r--r--src/sheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sheap.c b/src/sheap.c
index 28597ec9b65..f8eec753268 100644
--- a/src/sheap.c
+++ b/src/sheap.c
@@ -93,5 +93,5 @@ report_sheap_usage (int die_if_pure_storage_exceeded)
93 bss_sbrk_ptr - bss_sbrk_buffer, STATIC_HEAP_SIZE); 93 bss_sbrk_ptr - bss_sbrk_buffer, STATIC_HEAP_SIZE);
94 /* Don't log messages, cause at this point, we're not allowed to create 94 /* Don't log messages, cause at this point, we're not allowed to create
95 buffers. */ 95 buffers. */
96 message1_nolog ("%s", buf); 96 message1_nolog (buf);
97} 97}