Tiny pointer style cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43189 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2011-11-04 18:04:22 +00:00
parent 75088a863b
commit 905c75a595

View File

@ -792,8 +792,8 @@ dump_allocations_per_caller(int argc, char **argv)
kprintf("%10" B_PRIuSIZE " %10" B_PRIuSIZE " %p", info.count,
info.size, (void*)info.caller);
const char *symbol;
const char *imageName;
const char* symbol;
const char* imageName;
bool exactMatch;
addr_t baseAddress;