Skip to content
Snippets Groups Projects
Commit 5a5b9171 authored by Tom Lane's avatar Tom Lane
Browse files

Add missing "static".

Per buildfarm member pademelon.
parent a1953f3a
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ myRand() ...@@ -195,7 +195,7 @@ myRand()
return (x - 1); return (x - 1);
} }
void static void
mySrand(uint32 seed) mySrand(uint32 seed)
{ {
next = seed; next = seed;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment