]> code.delx.au - gnu-emacs/blobdiff - src/sheap.c
Qcall_interactively and Qexecute_kbd_macro are now static.
[gnu-emacs] / src / sheap.c
index 28597ec9b65b5fea70632a9452ad9a3526c13715..f8eec7532689f944a708049fb76e3b64b9aa66d3 100644 (file)
@@ -93,5 +93,5 @@ report_sheap_usage (int die_if_pure_storage_exceeded)
           bss_sbrk_ptr - bss_sbrk_buffer, STATIC_HEAP_SIZE);
   /* Don't log messages, cause at this point, we're not allowed to create
      buffers.  */
-  message1_nolog ("%s", buf);
+  message1_nolog (buf);
 }