summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2006-03-04 18:32:23 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2006-03-04 18:32:23 +0000
commit4cb5e3f149bfb1b9dfb622620400da4fe301530b (patch)
treeea7142c74be5231e8068072cca9277edadf70cf6
parent0354934712571e1acfc2223bf2d3d50f27892b97 (diff)
downloadenchant-4cb5e3f149bfb1b9dfb622620400da4fe301530b.tar.gz
bug 10088
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21107 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/enchant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enchant.c b/src/enchant.c
index bcbdb6c..8c49a1e 100644
--- a/src/enchant.c
+++ b/src/enchant.c
@@ -1337,7 +1337,7 @@ _enchant_provider_dictionary_exists (EnchantProvider * provider,
}
else if (provider->list_dicts)
{
- const char * tag, * name, * desc, * file;
+ const char * name, * desc, * file;
size_t n_dicts, i;
char ** dicts;