Commit 5a5b9171 authored by Tom Lane's avatar Tom Lane

Add missing "static".

Per buildfarm member pademelon.
parent a1953f3a
......@@ -195,7 +195,7 @@ myRand()
return (x - 1);
}
void
static void
mySrand(uint32 seed)
{
next = seed;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment