mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 23:56:58 +03:00
Add missing "static".
Per buildfarm member pademelon.
This commit is contained in:
parent
a1953f3a60
commit
5a5b917184
@ -195,7 +195,7 @@ myRand()
|
|||||||
return (x - 1);
|
return (x - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
mySrand(uint32 seed)
|
mySrand(uint32 seed)
|
||||||
{
|
{
|
||||||
next = seed;
|
next = seed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user