summaryrefslogtreecommitdiff
path: root/enc/iso_8859_15.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/iso_8859_15.c')
-rw-r--r--enc/iso_8859_15.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/iso_8859_15.c b/enc/iso_8859_15.c
index 4f33e13f61..3767950d98 100644
--- a/enc/iso_8859_15.c
+++ b/enc/iso_8859_15.c
@@ -229,7 +229,7 @@ case_map (OnigCaseFoldType* flagP, const OnigUChar** pp,
OnigCodePoint code;
OnigUChar *to_start = to;
OnigCaseFoldType flags = *flagP;
-
+
while (*pp<end && to<to_end) {
code = *(*pp)++;
if (code==SHARP_s) {