Tiny cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43063 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2011-11-01 14:27:25 +00:00
parent 8252ed52dd
commit 5fd0416842
+1 -1
View File
@@ -729,7 +729,7 @@ analyze_allocation_callers(heap_allocator *heap)
caller_info *callerInfo = get_caller_info(info->caller);
if (callerInfo == NULL) {
kprintf("out of space for caller infos\n");
return 0;
return false;
}
callerInfo->count++;