summaryrefslogtreecommitdiff
path: root/srfi/srfi-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'srfi/srfi-1.c')
-rw-r--r--srfi/srfi-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/srfi-1.c b/srfi/srfi-1.c
index 11a66f7c1..d6432bbd4 100644
--- a/srfi/srfi-1.c
+++ b/srfi/srfi-1.c
@@ -535,7 +535,7 @@ check_map_args (SCM argv,
for (i = SCM_SIMPLE_VECTOR_LENGTH (argv) - 1; i >= 1; i--)
{
- SCM elt = SCM_SIMPLE_VECTOR_REF (args, i);
+ SCM elt = SCM_SIMPLE_VECTOR_REF (argv, i);
long elt_len;
if (!(SCM_NULLP (elt) || SCM_CONSP (elt)))