diff options
Diffstat (limited to 'src/hash.c')
| -rw-r--r-- | src/hash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -193,7 +193,7 @@ static void removeElementGivenHash(    }    sqlite3_free( elem );    pH->count--; -  if( pH->count<=0 ){ +  if( pH->count==0 ){      assert( pH->first==0 );      assert( pH->count==0 );      sqlite3HashClear(pH); | 
