diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-02-22 17:01:27 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-02-22 17:01:52 -0500 |
commit | 25308477e772bbfeda9eaa167a737cfd87ff0b42 (patch) | |
tree | d9775d0f8c339d87f2e14b0c4426d9a2439acf14 /gtk/gtkimcontextsimple.c | |
parent | 44d3b71678a63ada7c320199450d6065a13989d5 (diff) | |
download | gtk+-25308477e772bbfeda9eaa167a737cfd87ff0b42.tar.gz |
Silence a compiler warning
Diffstat (limited to 'gtk/gtkimcontextsimple.c')
-rw-r--r-- | gtk/gtkimcontextsimple.c | 1 |
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++) { |