From 7a53f7dd43a29e8b9f0d858ce0c79e17c1aa96d7 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Fri, 9 Oct 2009 14:50:43 +0000 Subject: [PATCH] Fix a const issue in JpCntx.h. Originally committed to SVN as r3656. --- aegisub/universalchardet/JpCntx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/universalchardet/JpCntx.h b/aegisub/universalchardet/JpCntx.h index 734b8f058..0b13ecb0a 100644 --- a/aegisub/universalchardet/JpCntx.h +++ b/aegisub/universalchardet/JpCntx.h @@ -46,7 +46,7 @@ #define MAX_REL_THRESHOLD 1000 //hiragana frequency category table -extern char jp2CharContext[83][83]; +extern const char jp2CharContext[83][83]; class JapaneseContextAnalysis {