summaryrefslogtreecommitdiff
path: root/ddb/db_elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_elf.c')
-rw-r--r--ddb/db_elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_elf.c b/ddb/db_elf.c
index 10e71621..547453b3 100644
--- a/ddb/db_elf.c
+++ b/ddb/db_elf.c
@@ -82,7 +82,7 @@ elf_db_sym_init (unsigned shdr_num,
{
Elf32_Shdr *shdr, *symtab, *strtab;
const char *shstrtab;
- int i;
+ unsigned i;
if (shdr_num == 0)
return FALSE;