Fixed a warning I accidently introduced with the last change.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13978 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e10dacf9a3
commit
851028d043
@ -543,7 +543,7 @@ dump_thread_info(int argc, char **argv)
|
||||
{
|
||||
const char *name = NULL;
|
||||
struct thread *t;
|
||||
int id = -1;
|
||||
int32 id = -1;
|
||||
struct hash_iterator i;
|
||||
bool found = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user