1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Fix harmless compiler warning.

FossilOrigin-Name: eea26b6caea37422c9b46a7a3a538b0c9575f392
This commit is contained in:
mistachkin
2015-11-17 19:16:39 +00:00
parent e4e416e87e
commit 81c7811fe7
3 changed files with 9 additions and 9 deletions

View File

@ -328,7 +328,7 @@ static Keyword *findById(int id){
** output.
*/
int main(int argc, char **argv){
int i, j, k, h, m;
int i, j, k, h;
int bestSize, bestCount;
int count;
int nChar;