From 030b85c67758eceac0bd6ce3a4c02fc8799b05f6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 17 Nov 2005 21:16:30 +0000 Subject: const correctness fixes found by Arjan van de Ven and gcc. 2005-11-17 Matthias Clasen * modules/hangul/tables-jamos.i: const correctness fixes found by Arjan van de Ven and gcc. --- ChangeLog | 5 +++++ modules/hangul/tables-jamos.i | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 014eb3cc..88f9f5e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-17 Matthias Clasen + + * modules/hangul/tables-jamos.i: const correctness + fixes found by Arjan van de Ven and gcc. + 2005-11-17 Behdad Esfahbod * pango/pangofc-fontmap.c (fontset_hash_key_equal): Compare language diff --git a/modules/hangul/tables-jamos.i b/modules/hangul/tables-jamos.i index 0b83d1a7..e5ea5942 100644 --- a/modules/hangul/tables-jamos.i +++ b/modules/hangul/tables-jamos.i @@ -117,7 +117,7 @@ #define KSC_CHITUEUMCHIEUCH 0x237b #define KSC_CEONGEUMCHIEUCH 0x237d -static guint16 __jamo_to_ksc5601[0x100][3] = +static const guint16 __jamo_to_ksc5601[0x100][3] = { /* * CHOSEONG -- cgit v1.2.1