summaryrefslogtreecommitdiff
path: root/libguile/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/strings.c')
-rw-r--r--libguile/strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/strings.c b/libguile/strings.c
index 35ae04279..dc7270f3c 100644
--- a/libguile/strings.c
+++ b/libguile/strings.c
@@ -116,7 +116,7 @@ scm_string (chrs)
int l;
char * c;
l = SCM_ROLENGTH (SCM_CAR (chrs));
- c = SCM_ROUCHARS (SCM_CAR (chrs));
+ c = SCM_ROCHARS (SCM_CAR (chrs));
while (l)
{
--l;