summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextsimple.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-02-22 17:01:27 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-02-22 17:01:52 -0500
commit25308477e772bbfeda9eaa167a737cfd87ff0b42 (patch)
treed9775d0f8c339d87f2e14b0c4426d9a2439acf14 /gtk/gtkimcontextsimple.c
parent44d3b71678a63ada7c320199450d6065a13989d5 (diff)
downloadgtk+-25308477e772bbfeda9eaa167a737cfd87ff0b42.tar.gz
Silence a compiler warning
Diffstat (limited to 'gtk/gtkimcontextsimple.c')
-rw-r--r--gtk/gtkimcontextsimple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c
index d5adf33db2..4b7de112ec 100644
--- a/gtk/gtkimcontextsimple.c
+++ b/gtk/gtkimcontextsimple.c
@@ -461,6 +461,7 @@ check_compact_table (GtkIMContextSimple *context_simple,
GTK_NOTE (MISC, g_print ("compact: %d ", *seq_index));
seq = NULL;
match = FALSE;
+ value = 0;
for (i = n_compose - 1; i < table->max_seq_len; i++)
{