summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_key.h
diff options
context:
space:
mode:
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
};