summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_key.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-10-22 10:15:27 +0800
committerPeng Wu <alexepico@gmail.com>2011-10-22 10:15:27 +0800
commit86771016e43aab669a3866ccbad4962689633194 (patch)
tree5e43a513d1410632bc76d26c49ca30a2557f774d /src/storage/chewing_key.h
parentdf20383358485ac69158b6dd4bec1a3c2e5bf9ea (diff)
downloadlibpinyin-86771016e43aab669a3866ccbad4962689633194.tar.gz
libpinyin-86771016e43aab669a3866ccbad4962689633194.tar.xz
libpinyin-86771016e43aab669a3866ccbad4962689633194.zip
begin to write chewing key
Diffstat (limited to 'src/storage/chewing_key.h')
-rw-r--r--src/storage/chewing_key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/chewing_key.h b/src/storage/chewing_key.h
index a9dde9a..f42c66c 100644
--- a/src/storage/chewing_key.h
+++ b/src/storage/chewing_key.h
@@ -98,7 +98,7 @@ enum ChewingFinal
CHEWING_OU = 15, /* "ㄡ". */
PINYIN_IN = 16, /* "ien". */
PINYIN_ING = 17, /* "ieng". */
- CHEWING_LAST_FINAL = CHEWING_ING,
+ CHEWING_LAST_FINAL = PINYIN_ING,
CHEWING_NUMBER_OF_FINALS = CHEWING_LAST_FINAL + 1
};