summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-10-19 12:56:39 +0800
committerPeng Wu <alexepico@gmail.com>2015-10-19 12:56:39 +0800
commit105517b9e8aa729cfdda104ee3ded16ad8959d1a (patch)
treee93638430971781c30568100d3f22d7462a59fc3
parent46e538b87c97b33545a951b49133bdb34bb9206d (diff)
downloadlibpinyin-105517b9e8aa729cfdda104ee3ded16ad8959d1a.tar.gz
libpinyin-105517b9e8aa729cfdda104ee3ded16ad8959d1a.tar.xz
libpinyin-105517b9e8aa729cfdda104ee3ded16ad8959d1a.zip
fixes pinyin_custom2.h
-rw-r--r--src/storage/pinyin_custom2.h4
1 files 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
};