Add missing "static".
Per buildfarm member pademelon.
This commit is contained in:
parent
a1953f3a60
commit
5a5b917184
@ -195,7 +195,7 @@ myRand()
|
||||
return (x - 1);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
mySrand(uint32 seed)
|
||||
{
|
||||
next = seed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user