summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/dbcache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Db3x_mmap/src/dbcache.cpp')
-rw-r--r--plugins/Db3x_mmap/src/dbcache.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Db3x_mmap/src/dbcache.cpp b/plugins/Db3x_mmap/src/dbcache.cpp
index 4ea4c71985..3c301b0162 100644
--- a/plugins/Db3x_mmap/src/dbcache.cpp
+++ b/plugins/Db3x_mmap/src/dbcache.cpp
@@ -155,8 +155,7 @@ void CDb3Mmap::DBFlush(int setting)
else if (GetTickCount() - m_flushFailTick > 5000)
DatabaseCorruption(NULL);
}
- else
- m_flushFailTick = 0;
+ else m_flushFailTick = 0;
}
log0("nflush2");
return;