Add missing "static".

Per buildfarm member pademelon.
This commit is contained in:
Tom Lane 2016-04-02 13:59:11 -04:00
parent a1953f3a60
commit 5a5b917184
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ myRand()
return (x - 1);
}
void
static void
mySrand(uint32 seed)
{
next = seed;