mirror of
https://github.com/armink/FlashDB.git
synced 2025-01-29 04:32:53 +08:00
Fix : wront description of fdb_kv_iterate() return value
This commit is contained in:
parent
a2a2f53d8a
commit
a02558252f
@ -1638,7 +1638,7 @@ fdb_kv_iterator_t fdb_kv_iterator_init(fdb_kv_iterator_t itr)
|
||||
* @param db database object
|
||||
* @param itr the iterator structure
|
||||
*
|
||||
* @return false if iterate not ended, true if iterate ended.
|
||||
* @return false if iteration is ended, true if iteration is not ended.
|
||||
*/
|
||||
bool fdb_kv_iterate(fdb_kvdb_t db, fdb_kv_iterator_t itr)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user