diff options
Diffstat (limited to 'e-util/e-trie.c')
-rw-r--r-- | e-util/e-trie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-trie.c b/e-util/e-trie.c index cdfc3dd0c6..da1a162115 100644 --- a/e-util/e-trie.c +++ b/e-util/e-trie.c @@ -304,7 +304,7 @@ e_trie_search (ETrie *trie, const char *buffer, size_t buflen, int *matched_id) register size_t inlen = buflen; struct _trie_state *q; struct _trie_match *m; - gunichar c, u; + gunichar c; inptr = (const unsigned char *) buffer; inend = inptr + buflen; |