summaryrefslogtreecommitdiff
path: root/modules/tamil/tamil-x.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tamil/tamil-x.c')
-rw-r--r--modules/tamil/tamil-x.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/tamil/tamil-x.c b/modules/tamil/tamil-x.c
index 0e3009db..3807ee35 100644
--- a/modules/tamil/tamil-x.c
+++ b/modules/tamil/tamil-x.c
@@ -205,7 +205,8 @@ tamil_engine_shape (PangoFont *font,
int i;
const char *cluster_start;
const char *p;
- gunichar *wc, prevchar,currchar;
+ gunichar *wc, prevchar;
+ gunichar currchar = 0; /* Quiet compiler */
int complete; /* Whether the prev char is gauranteed to be complete
i.e not modified by modifiers */
int nuni; /* No. of unicode characters in a cluster */