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