Fixed a warning.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4556 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
393d1e9163
commit
2eb8498f76
@ -1088,7 +1088,8 @@ status_t
|
|||||||
get_nth_symbol(image_id imageID, int32 num, char *nameBuffer, int32 *_nameLength,
|
get_nth_symbol(image_id imageID, int32 num, char *nameBuffer, int32 *_nameLength,
|
||||||
int32 *_type, void **_location)
|
int32 *_type, void **_location)
|
||||||
{
|
{
|
||||||
int32 count = 0, i, j;
|
int32 count = 0, j;
|
||||||
|
uint32 i;
|
||||||
image_t *image;
|
image_t *image;
|
||||||
|
|
||||||
rld_lock();
|
rld_lock();
|
||||||
|
Loading…
Reference in New Issue
Block a user