Add missing "static".

Per buildfarm member pademelon.
pull/11/head
Tom Lane 10 years ago
parent a1953f3a60
commit 5a5b917184
  1. 2
      contrib/bloom/blutils.c

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

Loading…
Cancel
Save