diff options
author | Peng Wu <alexepico@gmail.com> | 2011-11-29 13:56:39 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-11-29 13:56:39 +0800 |
commit | 4972231a663cfb8713d55287efb2638f7dec68f6 (patch) | |
tree | afc088e20f92347f8f927e245061fc7057d142fd /tests/storage | |
parent | 9c9a11038a30285b3537af3f0df2d3331acd7ec0 (diff) | |
download | libpinyin-4972231a663cfb8713d55287efb2638f7dec68f6.tar.gz libpinyin-4972231a663cfb8713d55287efb2638f7dec68f6.tar.xz libpinyin-4972231a663cfb8713d55287efb2638f7dec68f6.zip |
update test parser2
Diffstat (limited to 'tests/storage')
-rw-r--r-- | tests/storage/test_parser2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_parser2.cpp b/tests/storage/test_parser2.cpp index 9ab6bb3..464e557 100644 --- a/tests/storage/test_parser2.cpp +++ b/tests/storage/test_parser2.cpp @@ -53,7 +53,7 @@ int main(int argc, char * argv[]) { ChewingKeyVector keys = g_array_new(FALSE, FALSE, sizeof(ChewingKey)); ChewingKeyRestVector key_rests = g_array_new(FALSE, FALSE, sizeof(ChewingKeyRest)); - guint32 options = PINYIN_CORRECT_ALL; + pinyin_option_t options = PINYIN_CORRECT_ALL; int i = 1; while(i < argc) { |