From 69aeaf03a8b0694269108a7a2d4297b7ddec289f Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 16 Oct 2015 13:45:45 +0800 Subject: fixes compile --- scripts2/templates/zhuyin_table.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts2') diff --git a/scripts2/templates/zhuyin_table.h.in b/scripts2/templates/zhuyin_table.h.in index f8ba529..9760d4f 100644 --- a/scripts2/templates/zhuyin_table.h.in +++ b/scripts2/templates/zhuyin_table.h.in @@ -107,7 +107,7 @@ const zhuyin_tone_item_t chewing_dachen_cp26_tones[] = { @DACHEN-CP26_TONES@ }; -const char * chewing_tone_table[CHEWING_NUMBER_OF_TONES] = { +static const char * chewing_tone_table[CHEWING_NUMBER_OF_TONES] = { "", " ", "ˊ", -- cgit