summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utf8.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/utf8.c b/utf8.c
index c3394e5450..4aaafba6cc 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1810,10 +1810,10 @@ Perl__to_fold_latin1(pTHX_ const U8 c, U8* p, STRLEN *lenp, const unsigned int f
return LATIN_SMALL_LETTER_LONG_S;
}
else {
- *(p)++ = 's';
- *p = 's';
- *lenp = 2;
- return 's';
+ *(p)++ = 's';
+ *p = 's';
+ *lenp = 2;
+ return 's';
}
}
else { /* In this range the fold of all other characters is their lower