make frand_seed static
This commit is contained in:
parent
2533568f4c
commit
592c8fbcd6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "common.h"
|
||||
|
||||
u32 frand_seed;
|
||||
static u32 frand_seed;
|
||||
|
||||
static inline u32 frandom(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue