mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
(rstate_free): Return zero.
This commit is contained in:
parent
35060ae90e
commit
dfd71abaf0
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ static size_t
|
||||||
rstate_free (SCM rstate)
|
rstate_free (SCM rstate)
|
||||||
{
|
{
|
||||||
free (SCM_RSTATE (rstate));
|
free (SCM_RSTATE (rstate));
|
||||||
return scm_the_rng.rstate_size;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue