FS-6150 --resolve cool find

This commit is contained in:
Anthony Minessale 2014-01-27 06:57:05 +05:00
parent 7c2c032497
commit 0e14b758fc
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
Fri Jan 17 06:55:06 UTC 2014
Sun Jan 26 07:59:10 UTC 2014

View File

@ -110,7 +110,8 @@ static int initialized;
static union state *
get_state(void)
{
static union state *retval, state0[1];
static union state state0[1];
union state *retval;
#if SU_HAVE_PTHREADS