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 8aa36381..db3055b7 100644
--- a/modules/hebrew/hebrew-shaper.c
+++ b/modules/hebrew/hebrew-shaper.c
@@ -167,7 +167,7 @@ static const gboolean compose_table[4][4] = {
#define is_composible(cur_wc, nxt_wc) (compose_table[char_type_table[ucs2iso8859_8 (cur_wc)]]\
[char_type_table[ucs2iso8859_8 (nxt_wc)]])
-G_CONST_RETURN char *
+const char *
hebrew_shaper_get_next_cluster(const char *text,
gint length,
gunichar *cluster,