heretic: Mark function status as static
This commit is contained in:
parent
462d139cb8
commit
27409a729b
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ void drawstatus(void)
|
|||
}
|
||||
}
|
||||
|
||||
void status(const char *string)
|
||||
static void status(const char *string)
|
||||
{
|
||||
if (using_graphical_startup)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue