shithub: choc

Download patch

ref: 27409a729bd560485e315b51f7b6039bef8dca94
parent: 462d139cb848a6631a0985255f37c96db2e90134
author: Turo Lamminen <[email protected]>
date: Sat May 5 11:07:46 EDT 2018

heretic: Mark function status as static

--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -521,7 +521,7 @@
     }
 }
 
-void status(const char *string)
+static void status(const char *string)
 {
     if (using_graphical_startup)
     {