summaryrefslogtreecommitdiff
path: root/enc/iso_8859_14.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/iso_8859_14.c')
-rw-r--r--enc/iso_8859_14.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/iso_8859_14.c b/enc/iso_8859_14.c
index 31380a999b..0ea012c117 100644
--- a/enc/iso_8859_14.c
+++ b/enc/iso_8859_14.c
@@ -267,7 +267,7 @@ case_map (OnigCaseFoldType* flagP, const OnigUChar** pp,
else if(code == 0xA8 || code == 0xAA || code == 0xAC)
code += 0x10;
else
- code += 0x20;
+ code += 0x20;
}
else if ((EncISO_8859_14_CtypeTable[code]&BIT_CTYPE_LOWER)
&& (flags&ONIGENC_CASE_UPCASE)) {