foxygit / doom Log in
commit ed359f683ce06d5edb25814a77dddbbba04b1bc1
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat May 5 15:17:49 2018 +0300
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Sat May 5 17:41:40 2018 +0300

    heretic: Make hprintf parameter const
---
 src/heretic/d_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c
index 75ad22a9..246e4082 100644
--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -488,7 +488,7 @@ char smsg[80];                  // status bar line

 static int startup_line = STARTUP_WINDOW_Y;

-void hprintf(char *string)
+void hprintf(const char *string)
 {
     if (using_graphical_startup)
     {