Initialize sym_count to 0.

This fixes a compiler warning introduced in r248121.
This commit is contained in:
Tim Kientzle 2013-03-30 16:33:16 +00:00
parent 926cd204c7
commit 2f37ec8b30

View File

@ -128,7 +128,7 @@ fdt_find_static_dtb()
char *strp;
int i, sym_count;
symtab = strtab = 0;
sym_count = symtab = strtab = 0;
strp = NULL;
offs = __elfN(relocation_offset);