forked from len0rd/rockbox
sbtools: fix red
Change-Id: I28b7d4d59d8f14abbba2a70e2bdea6987b6a3a98
This commit is contained in:
parent
99f3ca174e
commit
8dc7970bb5
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ static void extract_elf_section(struct elf_params_t *elf, int count, uint32_t id
|
|||
return;
|
||||
if(g_elf_simplify)
|
||||
elf_simplify(elf);
|
||||
elf_write_file(elf, elf_std_write, elf_std_printf, fd);
|
||||
elf_write_file(elf, elf_std_write, generic_std_printf, fd);
|
||||
fclose(fd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue