From 4972231a663cfb8713d55287efb2638f7dec68f6 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 29 Nov 2011 13:56:39 +0800 Subject: update test parser2 --- tests/storage/test_parser2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/storage/test_parser2.cpp') 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) { -- cgit