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

    heretic: Mark function status as static
---
 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 d9a9cd7e..3be39db8 100644
--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -521,7 +521,7 @@ void drawstatus(void)
     }
 }

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