From 4904220051751d87461251f21e06b48ddc508589 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 22 Dec 2011 10:59:30 +0800 Subject: fixes pinyin_custom2.h --- src/storage/pinyin_custom2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/pinyin_custom2.h b/src/storage/pinyin_custom2.h index 9729fad..ce6012a 100644 --- a/src/storage/pinyin_custom2.h +++ b/src/storage/pinyin_custom2.h @@ -67,7 +67,7 @@ enum PinyinCorrection2{ PINYIN_CORRECT_UE_VE = 1U << 26, PINYIN_CORRECT_V_U = 1U << 27, PINYIN_CORRECT_ON_ONG = 1U << 28, - PINYIN_CORRECT_ALL = 0xFFU << 9 + PINYIN_CORRECT_ALL = 0xFFU << 21 }; }; -- cgit