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:
Axel Dörfler 2005-08-18 23:33:54 +00:00
parent e10dacf9a3
commit 851028d043

View File

@ -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;