Silence a compiler warning

This commit is contained in:
Matthias Clasen 2015-02-22 17:01:27 -05:00
parent 44d3b71678
commit 25308477e7

View File

@ -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++)
{