From 23e34dfe67ef11c44b196337cd42e4f000f9b9fc Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 13 Dec 2011 17:41:50 +0800 Subject: fixes compile --- src/storage/pinyin_parser_table.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/storage/pinyin_parser_table.h b/src/storage/pinyin_parser_table.h index 80741af..f618ab0 100644 --- a/src/storage/pinyin_parser_table.h +++ b/src/storage/pinyin_parser_table.h @@ -3437,10 +3437,10 @@ const gint chewing_key_table[CHEWING_NUMBER_OF_INITIALS * const char * chewing_tone_table[CHEWING_NUMBER_OF_TONES] = { "", "ˉ", -'ˊ', -'ˇ', -'ˋ', -'˙' +"ˊ", +"ˇ", +"ˋ", +"˙" }; }; -- cgit