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