commit 462d139cb848a6631a0985255f37c96db2e90134
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat May 5 15:07:21 2018 +0300
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Sat May 5 17:41:40 2018 +0300
heretic: Make function status 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 6cc0e7b4..d9a9cd7e 100644
--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -521,7 +521,7 @@ void drawstatus(void)
}
}
-void status(char *string)
+void status(const char *string)
{
if (using_graphical_startup)
{