summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index f08c7949..932a3f07 100644
--- a/lib.c
+++ b/lib.c
@@ -1328,7 +1328,7 @@ val reverse(val seq_in)
return obj;
}
default:
- uw_throwf(error_s, lit("reverse: cannot reverse ~s"), in, nao);
+ uw_throwf(error_s, lit("reverse: cannot reverse ~s"), seq_in, nao);
}
}