ref: ed359f683ce06d5edb25814a77dddbbba04b1bc1
parent: ce5baf4b1677c9bde7c389967c04ae9d6c42e943
author: Turo Lamminen <turotl@gmail.com>
date: Sat May 5 11:17:49 EDT 2018
heretic: Make hprintf parameter const
--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -488,7 +488,7 @@
static int startup_line = STARTUP_WINDOW_Y;
-void hprintf(char *string)
+void hprintf(const char *string)
{
if (using_graphical_startup)
{