summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index 6933d159..d0cee7e6 100644
--- a/lib.c
+++ b/lib.c
@@ -6141,7 +6141,7 @@ val lazy_str_force(val lstr)
set(cdr_l(lstr->ls.opts), lim);
if (strlist) {
- push(lstr->ls.prefix, &strlist);
+ push(lstr->ls.prefix, &strlist);
set(mkloc(lstr->ls.prefix, lstr), cat_str(strlist, nil));
}