aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0ea012c117..708204b662 100644
--- a/enc/iso_8859_14.c
+++ b/enc/iso_8859_14.c
@@ -250,7 +250,7 @@ case_map (OnigCaseFoldType* flagP, const OnigUChar** pp,
code = 's';
}
}
- //else if (code==0xAA || code==0xBA) ;
+ /* else if (code==0xAA || code==0xBA) ; */
else if ((EncISO_8859_14_CtypeTable[code] & BIT_CTYPE_UPPER)
&& (flags & (ONIGENC_CASE_DOWNCASE|ONIGENC_CASE_FOLD))) {
flags |= ONIGENC_CASE_MODIFIED;