diff options
Diffstat (limited to 'srfi/srfi-14.c')
-rw-r--r-- | srfi/srfi-14.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/srfi-14.c b/srfi/srfi-14.c index ceb10f2e0..2cb7dc9e3 100644 --- a/srfi/srfi-14.c +++ b/srfi/srfi-14.c @@ -81,7 +81,7 @@ charset_print (SCM charset, SCM port, scm_print_state *pstate) /* Smob free hook for character sets. */ -static scm_sizet +static size_t charset_free (SCM charset) { return scm_smob_free (charset); |