- Fix build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22035 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c09bce2271
commit
96c22acbcd
@ -518,7 +518,7 @@ static void
|
||||
dump_mem(system_info *info)
|
||||
{
|
||||
printf("%10lu bytes free (used/max %10lu / %10lu)\n",
|
||||
B_PAGE_SIZE * (uint32)(info->max_pages - info->used_pages)),
|
||||
B_PAGE_SIZE * (uint32)(info->max_pages - info->used_pages),
|
||||
B_PAGE_SIZE * (uint32)info->used_pages,
|
||||
B_PAGE_SIZE * (uint32)info->max_pages);
|
||||
}
|
||||
@ -642,4 +642,3 @@ main(int argc, char *argv[])
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user