diff options
Diffstat (limited to 'libguile/strports.c')
-rw-r--r-- | libguile/strports.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/strports.c b/libguile/strports.c index d70db8872..dfec4f205 100644 --- a/libguile/strports.c +++ b/libguile/strports.c @@ -114,7 +114,7 @@ st_flush (SCM port) } static void -st_read_flush (SCM port) +st_read_flush (SCM port, int offset) { scm_port *pt = SCM_PTAB_ENTRY (port); |