make definition that should be static static

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4676 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-03-20 05:14:09 +00:00
parent d4f395362d
commit 6726bf4d34
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
/* single, global prng structure */
x917_prng_t x917_prng;
static x917_prng_t x917_prng;
err_status_t
x917_prng_init(rand_source_func_t random_source) {