diff options
Diffstat (limited to 'plugins/Db3x_mmap/dbcache.c')
-rw-r--r-- | plugins/Db3x_mmap/dbcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/dbcache.c b/plugins/Db3x_mmap/dbcache.c index 8e177c6f6d..625d8aa775 100644 --- a/plugins/Db3x_mmap/dbcache.c +++ b/plugins/Db3x_mmap/dbcache.c @@ -144,7 +144,7 @@ static VOID CALLBACK DoBufferFlushTimerProc(HWND hwnd, UINT message, UINT_PTR id void DBFlush(int setting)
{
- if(!setting) {
+ if (!setting) {
log0("nflush1");
if(safetyMode && pDbCache) {
if (FlushViewOfFile(pDbCache, 0) == 0) {
|