summaryrefslogtreecommitdiff
path: root/plugins/Dbx_tree/BlockManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dbx_tree/BlockManager.cpp')
-rw-r--r--plugins/Dbx_tree/BlockManager.cpp2
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;