Tiny style cleanup. No functional change.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43044 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2011-10-31 21:31:58 +00:00
parent 7008d2f611
commit ebf63109bb

View File

@ -611,7 +611,7 @@ VMCache::Init(uint32 cacheType, uint32 allocationFlags)
#if DEBUG_CACHE_LIST
mutex_lock(&sCacheListLock);
if (gDebugCacheList)
if (gDebugCacheList != NULL)
gDebugCacheList->debug_previous = this;
debug_next = gDebugCacheList;
gDebugCacheList = this;