From 105517b9e8aa729cfdda104ee3ded16ad8959d1a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 19 Oct 2015 12:56:39 +0800 Subject: fixes pinyin_custom2.h --- src/storage/pinyin_custom2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/storage/pinyin_custom2.h b/src/storage/pinyin_custom2.h index 916e295..e25a072 100644 --- a/src/storage/pinyin_custom2.h +++ b/src/storage/pinyin_custom2.h @@ -113,8 +113,8 @@ enum DoublePinyinScheme DOUBLE_PINYIN_MS = 2, DOUBLE_PINYIN_ZIGUANG = 3, DOUBLE_PINYIN_ABC = 4, - DOUBLE_PINYIN_PYJJ = 6, - DOUBLE_PINYIN_XHE = 7, + DOUBLE_PINYIN_PYJJ = 5, + DOUBLE_PINYIN_XHE = 6, DOUBLE_PINYIN_CUSTOMIZED = 30, /* for user's keyboard */ DOUBLE_PINYIN_DEFAULT = DOUBLE_PINYIN_MS }; -- cgit