From 2959b5aa1623f26c6cb946963b295c639c027492 Mon Sep 17 00:00:00 2001 From: duerst Date: Sat, 29 Oct 2016 21:39:37 +0000 Subject: * enc/windows_1254.c: Fix typo. Reported by k-takata at https://github.com/k-takata/Onigmo/commit/ceb59cc. Thanks! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ enc/windows_1254.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8583278cbf..a65c32386b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Oct 30 06:39:37 2016 Martin Duerst + + * enc/windows_1254.c: Fix typo. Reported by k-takata at + https://github.com/k-takata/Onigmo/commit/ceb59cc. Thanks! + Sat Oct 29 19:59:37 2016 Nobuyoshi Nakada * parse.y (cond0): !-operator is a method call, no warning for diff --git a/enc/windows_1254.c b/enc/windows_1254.c index c3a3b68744..2ccf966b8e 100644 --- a/enc/windows_1254.c +++ b/enc/windows_1254.c @@ -277,7 +277,7 @@ case_map(OnigCaseFoldType* flagP, const OnigUChar** pp, return (int)(to-to_start); } -OnigEncodingDefine(windows_1254, Windown_1254) = { +OnigEncodingDefine(windows_1254, Windows_1254) = { onigenc_single_byte_mbc_enc_len, "Windows-1254", /* name */ 1, /* max enc length */ -- cgit v1.2.3