diff --git a/src/corelib/thread/qmutex.cpp b/src/corelib/thread/qmutex.cpp index 7e3610f0b3a..3e7033451ea 100644 --- a/src/corelib/thread/qmutex.cpp +++ b/src/corelib/thread/qmutex.cpp @@ -642,7 +642,7 @@ const int FreeListConstants::Sizes[FreeListConstants::BlockCount] = { 16, 128, 1024, - FreeListConstants::MaxIndex - (16-128-1024) + FreeListConstants::MaxIndex - (16 + 128 + 1024) }; typedef QFreeList FreeList;