1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

(rstate_free): Return zero.

This commit is contained in:
Marius Vollmer 2002-07-25 12:12:21 +00:00
parent 35060ae90e
commit dfd71abaf0

View file

@ -351,7 +351,7 @@ static size_t
rstate_free (SCM rstate)
{
free (SCM_RSTATE (rstate));
return scm_the_rng.rstate_size;
return 0;
}
/*