Fixed a warning.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4556 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-09-08 03:52:44 +00:00
parent 393d1e9163
commit 2eb8498f76

View File

@ -1088,7 +1088,8 @@ status_t
get_nth_symbol(image_id imageID, int32 num, char *nameBuffer, int32 *_nameLength,
int32 *_type, void **_location)
{
int32 count = 0, i, j;
int32 count = 0, j;
uint32 i;
image_t *image;
rld_lock();