diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-20 07:53:05 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-20 07:53:05 +0000 |
commit | 5237bd6f1327527b4df4a4b45558965453efa18e (patch) | |
tree | 6a513299e3e3f51978f0d15e1a6fa4d264746a27 /src/htsindex.c | |
parent | 8eaf0a1e180e96fc09d88fe90864dfdec53d7360 (diff) |
Fixed warnings
Diffstat (limited to 'src/htsindex.c')
-rw-r--r-- | src/htsindex.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |