diff options
Diffstat (limited to 'plugins/Dbx_tree/BlockManager.cpp')
-rw-r--r-- | plugins/Dbx_tree/BlockManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_tree/BlockManager.cpp b/plugins/Dbx_tree/BlockManager.cpp index 3be5d80506..b52298602f 100644 --- a/plugins/Dbx_tree/BlockManager.cpp +++ b/plugins/Dbx_tree/BlockManager.cpp @@ -391,7 +391,7 @@ inline CBlockManager::TCacheEntry * CBlockManager::_CacheInsert(uint32_t Idx, TB res->Next = i;
- } while (i != CMPXCHG_Ptr(*last, res, i) );
+ } while (i != CMPXCHG_Ptr(*last, res, i));
res->LastUse = time(NULL) >> 2;
|