From 5237bd6f1327527b4df4a4b45558965453efa18e Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 20 Jul 2013 07:53:05 +0000 Subject: Fixed warnings --- src/htsindex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/htsindex.c') diff --git a/src/htsindex.c b/src/htsindex.c index 30fe59a..e11df1e 100644 --- a/src/htsindex.c +++ b/src/htsindex.c @@ -146,7 +146,7 @@ int index_keyword(const char *html_data, LLint size, const char *mime, int i = 0; // - int WordIndexSize = 1024; + //int WordIndexSize = 1024; inthash WordIndexHash = NULL; FILE *tmpfp = NULL; -- cgit v1.2.3