summaryrefslogtreecommitdiff
path: root/modules/hebrew/hebrew-shaper.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hebrew/hebrew-shaper.c')
-rw-r--r--modules/hebrew/hebrew-shaper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hebrew/hebrew-shaper.c b/modules/hebrew/hebrew-shaper.c
index 5fe000c8..a9260071 100644
--- a/modules/hebrew/hebrew-shaper.c
+++ b/modules/hebrew/hebrew-shaper.c
@@ -215,7 +215,7 @@ static const gint Unicode_shape_table[128] = {
#define is_composible(cur_wc, nxt_wc) (compose_table[char_type_table[ucs2iso8859_8 (cur_wc)]]\
[char_type_table[ucs2iso8859_8 (nxt_wc)]])
-const char *
+G_CONST_RETURN char *
hebrew_shaper_get_next_cluster(const char *text,
gint length,
gunichar *cluster,