aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/csx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csx.c b/src/csx.c
index 3c897dd..bacf0f7 100644
--- a/src/csx.c
+++ b/src/csx.c
@@ -497,5 +497,5 @@ void *csx_str(const char *str)
*p = new_pair(csx_int(*str), null);
p = (pair_data **)&(*p)->tail;
}
- return res;
+ return new_pair(csx_name("quote"), new_pair(res, null));
}